Skip to content

Commit b4b718d

Browse files
committed
[#22]: ignore PHPStanTestCase issue with config
1 parent 5ec768f commit b4b718d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/linters/phpstan.neon

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ parameters:
33
checkGenericClassInNonGenericObjectType: false
44
ignoreErrors:
55
- '#constructor invoked with#'
6-
- '#FunctionVariant constructor expects#'
6+
- '#FunctionVariant constructor expects#'
7+
- '#Class PHPStan\Testing\PHPStanTestCase not found#'

tests/AbstractTestCase.php

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use PHPStan\Testing\PHPStanTestCase;
66

7-
/** @phpstan-ignore-next-line */
87
abstract class AbstractTestCase extends PHPStanTestCase
98
{
109

0 commit comments

Comments
 (0)