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:45:40 +02:00
level: 4
2025-07-06 10:53:37 +02:00
paths:
- app/
- tests/
excludePaths:
- bootstrap/*.php
- storage/*