Skip to content

Commit 7e36443

Browse files
committed
Update PHPStan ignore pattern for Mockery method errors in tests/TestCase
1 parent 027edd1 commit 7e36443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ parameters:
1414

1515
ignoreErrors:
1616
-
17-
message: '#Call to an undefined method Mockery\\[\w\|\\]+::\w+\(\)\.#'
18-
path: tests/TestCase
17+
message: '#Call to an undefined method Mockery\\\w+Interface(\|Mockery\\HigherOrderMessage)?::\w+\(\)\.#'
18+
path: tests/TestCase

0 commit comments

Comments
 (0)