We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1478ff commit 34ac185Copy full SHA for 34ac185
phpstan-baseline.neon
@@ -1,2 +1,6 @@
1
parameters:
2
- ignoreErrors:
+ ignoreErrors:
3
+ -
4
+ message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(mixed\\)\\: bool\\)\\|null, 'intval' given\\.$#"
5
+ count: 1
6
+ path: src/Controller/Admin/DataObject/ClassificationstoreController.php
phpstan.neon
@@ -1,8 +1,11 @@
level: 6
reportUnmatchedIgnoredErrors: false
- checkMissingIterableValueType: false
- checkGenericClassInNonGenericObjectType: false
+ identifier: missingType.iterableValue
7
8
+ identifier: missingType.generics
9
paths:
10
- src
11
bootstrapFiles:
0 commit comments