adrema/phpstan.neon

14 lines
212 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
level: 6
ignoreErrors:
- '#Unsafe usage of new static#'