fedi-feed-router/phpstan.neon

13 lines
190 B
Text
Raw Normal View History

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