Skip to content

Commit b1f6f5d

Browse files
committed
Fix build
1 parent 88d185c commit b1f6f5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Testing/PHPStanTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace PHPStan\Testing;
44

5+
use Override;
56
use PHPStan\Analyser\ConstantResolver;
67
use PHPStan\Analyser\DirectInternalScopeFactory;
78
use PHPStan\Analyser\Error;
@@ -96,6 +97,7 @@ public static function getContainer(): Container
9697
return self::$containers[$cacheKey];
9798
}
9899

100+
#[Override]
99101
public static function setUpBeforeClass(): void
100102
{
101103
self::getContainer();

0 commit comments

Comments
 (0)