13 lines
271 B
Text
13 lines
271 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']
|