Skip to content

Commit cef63a4

Browse files
committed
PHPStan fix
1 parent 27231e5 commit cef63a4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,3 @@ parameters:
4242
count: 1
4343
path: tests/ErrorHandlerTest.php
4444

45-
-
46-
message: '#^Parameter \#1 \$needle of static method PHPUnit\\Framework\\Assert\:\:assertStringContainsString\(\) expects string, mixed given\.$#'
47-
identifier: argument.type
48-
count: 2
49-
path: tests/ErrorHandlerTest.php
50-
51-
-
52-
message: '#^Parameter \#1 \$needle of static method PHPUnit\\Framework\\Assert\:\:assertStringNotContainsString\(\) expects string, mixed given\.$#'
53-
identifier: argument.type
54-
count: 2
55-
path: tests/ErrorHandlerTest.php
56-

0 commit comments

Comments
 (0)