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::index\(\)#'
-
identifier: missingType.iterableValue