framework/phpstan.neon

12 lines
229 B
Plaintext
Raw Normal View History

2022-09-14 22:23:56 +08:00
includes:
- php-packages/phpstan/extension.neon
parameters:
level: 5
paths:
- framework/core/src
excludePaths:
- *.blade.php
checkMissingIterableValueType: false
databaseMigrationsPath: ['framework/core/migrations']