We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
assertInstanceOf
1 parent d601354 commit dbef139Copy full SHA for dbef139
config/phpstan-baseline.neon
@@ -17,4 +17,3 @@ parameters:
17
identifier: phpunit.coversMethod
18
count: 2
19
path: ../tests/ParserTest.php
20
-
config/phpstan.neon
@@ -16,3 +16,8 @@ parameters:
16
- %currentWorkingDirectory%/bin/
- %currentWorkingDirectory%/src/
- %currentWorkingDirectory%/tests/
+
+ ignoreErrors:
21
+ -
22
+ message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) .* will always evaluate to#'
23
+ path: '../tests/'
0 commit comments