Skip to content

Commit fa957ad

Browse files
committed
Fix phpstan ignore error
1 parent 1aa4ba6 commit fa957ad

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 type specified\\.$#"
4+
message: "#^Method .*_beforeSuite\\(\\) has parameter \\$settings.*\\.$#"
55
count: 1
66
path: src/MockServerHelper.php

0 commit comments

Comments
 (0)