Skip to content

Commit 1319902

Browse files
committed
new classes are internal
1 parent b00d89a commit 1319902

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

src/Data/ProcessedClassType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
*/
1010
namespace SebastianBergmann\CodeCoverage\Data;
1111

12+
/**
13+
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
14+
*/
1215
final class ProcessedClassType
1316
{
1417
public function __construct(

src/Data/ProcessedFunctionType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
*/
1010
namespace SebastianBergmann\CodeCoverage\Data;
1111

12+
/**
13+
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
14+
*/
1215
final class ProcessedFunctionType
1316
{
1417
public function __construct(

src/Data/ProcessedMethodType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
*/
1010
namespace SebastianBergmann\CodeCoverage\Data;
1111

12+
/**
13+
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
14+
*/
1215
final class ProcessedMethodType
1316
{
1417
public function __construct(

src/Data/ProcessedTraitType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
*/
1010
namespace SebastianBergmann\CodeCoverage\Data;
1111

12+
/**
13+
* @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
14+
*/
1215
final class ProcessedTraitType
1316
{
1417
public function __construct(

0 commit comments

Comments
 (0)