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 7bd85b4 commit acdf6a1Copy full SHA for acdf6a1
1 file changed
.phpstan.neon
@@ -18,6 +18,7 @@ parameters:
18
reportUnmatchedIgnoredErrors: false
19
ignoreErrors:
20
- { identifier: generics.callSiteVarianceRedundant }
21
+ - { identifier: unset.possiblyHookedProperty }
22
- '#Call to static method Tester\\Assert::type\(\).+will always evaluate to true\.#'
23
24
services:
0 commit comments