expatbase/var/www/html/flarum/vendor/fof/best-answer/phpstan.neon
2025-08-29 00:22:05 +09:00

14 lines
No EOL
273 B
Text

includes:
- vendor/flarum/phpstan/extension.neon
parameters:
# The level will be increased in Flarum 2.0
level: 5
paths:
- extend.php
- src
excludePaths:
- *.blade.php
checkMissingIterableValueType: false
databaseMigrationsPath: ['migrations']