mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
chore: Setup PHPStan Level 5 (#3553)
This commit is contained in:
11
phpstan.neon
Normal file
11
phpstan.neon
Normal file
@@ -0,0 +1,11 @@
|
||||
includes:
|
||||
- php-packages/phpstan/extension.neon
|
||||
|
||||
parameters:
|
||||
level: 5
|
||||
paths:
|
||||
- framework/core/src
|
||||
excludePaths:
|
||||
- *.blade.php
|
||||
checkMissingIterableValueType: false
|
||||
databaseMigrationsPath: ['framework/core/migrations']
|
Reference in New Issue
Block a user