Skip to content

Commit 531553e

Browse files
committed
Ignore coverage of unreachable code
1 parent 7b5d0fc commit 531553e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Parser/SymbolType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ final class SymbolType
2424

2525
public const T_EOI = 0xFF;
2626

27+
/**
28+
* @codeCoverageIgnore
29+
*/
2730
private function __construct()
2831
{
2932
}

src/Parser/TokenType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ final class TokenType
1414

1515
public const EOI = 0xFF;
1616

17+
/**
18+
* @codeCoverageIgnore
19+
*/
1720
private function __construct()
1821
{
1922
}

0 commit comments

Comments
 (0)