Skip to content

Commit 4ef6990

Browse files
committed
phpstan: Fixed ignored error for compat with DBAL 3
1 parent ba3285d commit 4ef6990

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
@@ -35,7 +35,7 @@ parameters:
3535
path: src/DependencyFactory.php
3636

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

4141
-

0 commit comments

Comments
 (0)