File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ public function getUsed(): array
118
118
}
119
119
120
120
/**
121
- * Returns nex identifier token.
121
+ * Returns next identifier token.
122
122
*
123
- * @return string The identifier token value
123
+ * @return string
124
124
*
125
125
* @throws SyntaxErrorException If next token is not an identifier
126
126
*/
@@ -136,9 +136,9 @@ public function getNextIdentifier(): string
136
136
}
137
137
138
138
/**
139
- * Returns nex identifier or star delimiter token.
139
+ * Returns next identifier or null if star delimiter token is found .
140
140
*
141
- * @return string|null The identifier token value or null if star found
141
+ * @return string|null
142
142
*
143
143
* @throws SyntaxErrorException If next token is not an identifier or a star delimiter
144
144
*/
You can’t perform that action at this time.
0 commit comments