1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00
Files
php-flextype/phpstan.neon
2021-01-13 13:42:53 +03:00

11 lines
276 B
Plaintext

parameters:
level: 3
reportUnmatchedIgnoredErrors: false
paths:
- src
ignoreErrors:
- '/Constant PATH not found./'
- '/Constant ROOT_DIR not found./'
- '/Variable \$api_errors might not be defined./'
- '/Variable \$registry might not be defined./'