Skip to content

Commit 978f829

Browse files
committed
Don't break the build after strict-rules update
1 parent 43122b3 commit 978f829

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ parameters:
1515
- '#^Strict comparison using === between PhpParser\\Node\\Expr\\ArrayItem and null will always evaluate to false\.$#'
1616
- '#^Dynamic call to static method PHPUnit\\Framework\\\S+\(\)\.$#'
1717
- '#^Only numeric types are allowed in (pre|post)-(de|in)crement, bool\|float\|int\|string\|null given\.$#'
18+
reportMaybesInMethodSignatures: false
1819
tmpDir: %rootDir%/tmp
1920
services:
2021
-

0 commit comments

Comments
 (0)