We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5d0fc commit 531553eCopy full SHA for 531553e
src/Parser/SymbolType.php
@@ -24,6 +24,9 @@ final class SymbolType
24
25
public const T_EOI = 0xFF;
26
27
+ /**
28
+ * @codeCoverageIgnore
29
+ */
30
private function __construct()
31
{
32
}
src/Parser/TokenType.php
@@ -14,6 +14,9 @@ final class TokenType
14
15
public const EOI = 0xFF;
16
17
18
19
20
21
22
0 commit comments