Skip to content

Commit 43206aa

Browse files
committed
new classes are internal
1 parent 3e53a48 commit 43206aa

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/Data/ProcessedBranchCoverageData.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use SebastianBergmann\CodeCoverage\Driver\XdebugDriver;
1616

1717
/**
18+
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
19+
*
1820
* @phpstan-import-type TestIdType from ProcessedCodeCoverageData
1921
* @phpstan-import-type XdebugBranchCoverageType from XdebugDriver
2022
*/

src/Data/ProcessedFunctionCoverageData.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
use SebastianBergmann\CodeCoverage\Driver\XdebugDriver;
1313

1414
/**
15+
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
16+
*
1517
* @phpstan-import-type TestIdType from ProcessedCodeCoverageData
1618
* @phpstan-import-type XdebugFunctionCoverageType from XdebugDriver
1719
*/

src/Data/ProcessedPathCoverageData.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use SebastianBergmann\CodeCoverage\Driver\XdebugDriver;
1616

1717
/**
18+
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
19+
*
1820
* @phpstan-import-type TestIdType from ProcessedCodeCoverageData
1921
* @phpstan-import-type XdebugPathCoverageType from XdebugDriver
2022
*/

0 commit comments

Comments
 (0)