8000
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.
@internal
1 parent 0079925 commit bb72f6eCopy full SHA for bb72f6e
src/Parsing/ParserState.php
@@ -14,8 +14,6 @@ class ParserState
14
{
15
/**
16
* @var null
17
- *
18
- * @internal since 8.5.2
19
*/
20
public const EOF = null;
21
@@ -125,8 +123,6 @@ public function setPosition($position): void
125
123
* @return string
126
124
*
127
* @throws UnexpectedTokenException
128
129
- * @internal since V8.8.0
130
131
public function parseIdentifier($bIgnoreCase = true)
132
@@ -158,8 +154,6 @@ public function parseIdentifier($bIgnoreCase = true)
158
154
159
155
* @throws UnexpectedEOFException
160
156
161
162
163
157
164
public function parseCharacter($bIsForIdentifier)
165
0 commit comments