adrema/phpstan.neon

16 lines
254 B
Plaintext
Raw Normal View History

2021-11-17 00:19:55 +01:00
includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
paths:
- app
# The level 8 is the highest level
2022-01-02 11:42:02 +01:00
level: 5
2021-11-17 00:19:55 +01:00
ignoreErrors:
- '#Unsafe usage of new static#'
2022-01-02 11:29:36 +01:00
checkMissingIterableValueType: false