Skip to content

Commit 972bbd0

Browse files
Merge branch '11.5' into 12.5
* 11.5: Ignore error reported by PHPStan
2 parents 37ddb96 + 0df37f7 commit 972bbd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Runner/Phpt/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ private function cleanupForCoverage(): RawCodeCoverageData
475475
$buffer,
476476
[
477477
'allowed_classes' => [
478+
/** @phpstan-ignore classConstant.internalClass */
478479
RawCodeCoverageData::class,
479480
],
480481
],

0 commit comments

Comments
 (0)