fedi-feed-router/phpstan.neon

12 lines
193 B
Text
Raw Normal View History

2025-07-06 10:53:37 +02:00
includes:
- vendor/larastan/larastan/extension.neon
parameters:
2025-07-06 20:52:58 +02:00
level: 5
2025-07-06 10:53:37 +02:00
paths:
- app/
- tests/
excludePaths:
- bootstrap/*.php
- storage/*