mirror of
https://github.com/flarum/core.git
synced 2025-05-14 19:35:31 +02: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']
|