1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00
Files
php-flextype/phpstan.neon
2022-09-13 12:56:11 +03:00

13 lines
356 B
Plaintext

parameters:
level: 5
reportUnmatchedIgnoredErrors: false
bootstrapFiles:
- src/flextype/defines.php
paths:
- src
ignoreErrors:
- '#Undefined variable: \$this.*#'
- '/Variable \$api_errors might not be defined./'
- '/Variable \$registry might not be defined./'
- '/\$mode of function round expects 1\|2\|3\|4, int given./'