Skip to content

Commit 28ac0e5

Browse files
committed
Fix
1 parent b80e1c6 commit 28ac0e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan-baseline.neon

+2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ parameters:
33
-
44
message: "#^Parameter \\#1 \\.\\.\\.\\$args of static method Mockery\\:\\:namedMock\\(\\) expects array\\|class\\-string\\<FooBar\\|PHPStan\\\\Mockery\\\\Foo\\>\\|FooBar\\|PHPStan\\\\Mockery\\\\Foo, string given\\.$#"
55
count: 1
6+
reportUnmatched: false
67
path: tests/Mockery/MockeryTest.php
78

89
-
910
message: "#^Parameter \\#2 \\.\\.\\.\\$args of static method Mockery\\:\\:mock\\(\\) expects array\\|class\\-string\\<PHPStan\\\\Mockery\\\\Baz, PHPStan\\\\Mockery\\\\Buzz\\|PHPStan\\\\Mockery\\\\Foo\\>\\|PHPStan\\\\Mockery\\\\Baz, PHPStan\\\\Mockery\\\\Buzz\\|PHPStan\\\\Mockery\\\\Foo, string given\\.$#"
1011
count: 1
12+
reportUnmatched: false
1113
path: tests/Mockery/MockeryTest.php

0 commit comments

Comments
 (0)