We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a7b08e + f7d6c0f commit a627373Copy full SHA for a627373
Parser/TokenStream.php
@@ -107,9 +107,7 @@ public function getUsed(): array
107
}
108
109
/**
110
- * Returns nex identifier token.
111
- *
112
- * @return string The identifier token value
+ * Returns next identifier token.
113
*
114
* @throws SyntaxErrorException If next token is not an identifier
115
*/
@@ -125,9 +123,7 @@ public function getNextIdentifier(): string
125
123
126
124
127
128
- * Returns nex identifier or star delimiter token.
129
130
- * @return string|null The identifier token value or null if star found
+ * Returns next identifier or null if star delimiter token is found.
131
132
* @throws SyntaxErrorException If next token is not an identifier or a star delimiter
133
0 commit comments