1
0
mirror of https://github.com/flarum/core.git synced 2025-06-14 18:51:27 +02:00
Files
php-flarum/phpstan.neon
2022-09-14 15:23:56 +01:00

12 lines
229 B
Plaintext

includes:
- php-packages/phpstan/extension.neon
parameters:
level: 5
paths:
- framework/core/src
excludePaths:
- *.blade.php
checkMissingIterableValueType: false
databaseMigrationsPath: ['framework/core/migrations']