Skip to content

Commit 6ffe32a

Browse files
committed
Fix PHPStan ignore error filter
1 parent ff07528 commit 6ffe32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
ignoreErrors:
33
-
4-
message: "#^Method DEVizzent\\\\CodeceptionMockServerHelper\\\\MockServerHelper::_beforeSuite\\(\\) has parameter \\$settings with no value type specified in iterable type array\\.$#"
4+
message: "#^Method DEVizzent\\\\CodeceptionMockServerHelper\\\\MockServerHelper\\:\\:\\_beforeSuite\\(\\) has parameter \\$settings with no type specified\\.$#"
55
count: 1
66
path: src/MockServerHelper.php

0 commit comments

Comments
 (0)