We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec768f commit b4b718dCopy full SHA for b4b718d
.github/linters/phpstan.neon
@@ -3,4 +3,5 @@ parameters:
3
checkGenericClassInNonGenericObjectType: false
4
ignoreErrors:
5
- '#constructor invoked with#'
6
- - '#FunctionVariant constructor expects#'
+ - '#FunctionVariant constructor expects#'
7
+ - '#Class PHPStan\Testing\PHPStanTestCase not found#'
tests/AbstractTestCase.php
@@ -4,7 +4,6 @@
use PHPStan\Testing\PHPStanTestCase;
-/** @phpstan-ignore-next-line */
8
abstract class AbstractTestCase extends PHPStanTestCase
9
{
10
0 commit comments