-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan.neon.dist
21 lines (20 loc) · 999 Bytes
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
parameters:
level: 9
paths:
- classes
- index.php
excludePaths:
- tests
ignoreErrors:
# - '#Undefined variable: \$this#'
- '#Call to function is_array\(\) with array will always evaluate to true#'
- '#Call to an undefined method Kirby\\Cms\\Ingredients::#'
- '#Trait Bnomei\\Blueprints\\HasBlueprintFromAttributes is used zero times and is not analysed#'
- '#Trait Bnomei\\Blueprints\\HasBlueprintCache is used zero times and is not analysed#'
- '#Trait Bnomei\\Blueprints\\HasBlueprintCacheResolve is used zero times and is not analysed#'
- '#Trait Bnomei\\Blueprints\\HasPublicPropertiesMappedToKirbyFields is used zero times and is not analysed#'
- '#Trait Bnomei\\HasInk is used zero times and is not analysed#'
- '#Call to function property_exists\(\) with#'
- '#Parameter \#1 \$value of function strval expects#'
-
identifier: missingType.iterableValue