phpstan.neon.dist
parameters:
level: 9
paths:
- classes
- index.php
excludePaths:
- tests
ignoreErrors:
# - '#Undefined variable: \$this#'
- '#Parameter \#1 \$value of function strval expects#'
- '#Call to an undefined method Kirby\\Cms\\Ingredients::#'
-
identifier: missingType.iterableValue