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 43122b3 commit 978f829Copy full SHA for 978f829
1 file changed
build/phpstan.neon
@@ -15,6 +15,7 @@ parameters:
15
- '#^Strict comparison using === between PhpParser\\Node\\Expr\\ArrayItem and null will always evaluate to false\.$#'
16
- '#^Dynamic call to static method PHPUnit\\Framework\\\S+\(\)\.$#'
17
- '#^Only numeric types are allowed in (pre|post)-(de|in)crement, bool\|float\|int\|string\|null given\.$#'
18
+ reportMaybesInMethodSignatures: false
19
tmpDir: %rootDir%/tmp
20
services:
21
-
0 commit comments