diff --git a/src/Parsing/ParserState.php b/src/Parsing/ParserState.php index bf348ed6..01658820 100644 --- a/src/Parsing/ParserState.php +++ b/src/Parsing/ParserState.php @@ -14,8 +14,6 @@ class ParserState { /** * @var null - * - * @internal since 8.5.2 */ public const EOF = null; @@ -125,8 +123,6 @@ public function setPosition($position): void * @return string * * @throws UnexpectedTokenException - * - * @internal since V8.8.0 */ public function parseIdentifier($bIgnoreCase = true) { @@ -158,8 +154,6 @@ public function parseIdentifier($bIgnoreCase = true) * * @throws UnexpectedEOFException * @throws UnexpectedTokenException - * - * @internal since V8.8.0 */ public function parseCharacter($bIsForIdentifier) {