mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 15:27:50 +08:00
12 lines
229 B
Plaintext
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']
|