Skip to content

Commit f4b72b9

Browse files
committed
[CLEANUP] Drop redundant @internal annotations
If a whole class is `@internal`, there is no need to mark the individual methods, properties or constants as `@internal`.
1 parent 0cf4a76 commit f4b72b9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Parsing/ParserState.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ class ParserState
1414
{
1515
/**
1616
* @var null
17-
*
18-
* @internal since 8.5.2
1917
*/
2018
public const EOF = null;
2119

@@ -125,8 +123,6 @@ public function setPosition($position): void
125123
* @return string
126124
*
127125
* @throws UnexpectedTokenException
128-
*
129-
* @internal since V8.8.0
130126
*/
131127
public function parseIdentifier($bIgnoreCase = true)
132128
{
@@ -158,8 +154,6 @@ public function parseIdentifier($bIgnoreCase = true)
158154
*
159155
* @throws UnexpectedEOFException
160156
* @throws UnexpectedTokenException
161-
*
162-
* @internal since V8.8.0
163157
*/
164158
public function parseCharacter($bIsForIdentifier)
165159
{

0 commit comments

Comments
 (0)