Skip to content

Commit 7598866

Browse files
committed
phpstan: Fixed ignored error for compat with DBAL 3
1 parent 014cc32 commit 7598866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ parameters:
3838
path: src/DependencyFactory.php
3939

4040
-
41-
message: '~^Strict comparison using !== between callable\(\)\: mixed and null will always evaluate to true\.$~'
41+
message: '~^Strict comparison using === between callable\(\)\: mixed and null will always evaluate to false\.$~'
4242
path: src/Generator/DiffGenerator.php
4343

4444
-

0 commit comments

Comments
 (0)