We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@return
1 parent 7fb120a commit f7d6c0fCopy full SHA for f7d6c0f
Parser/TokenStream.php
@@ -118,9 +118,9 @@ public function getUsed(): array
118
}
119
120
/**
121
- * Returns nex identifier token.
+ * Returns next identifier token.
122
*
123
- * @return string The identifier token value
+ * @return string
124
125
* @throws SyntaxErrorException If next token is not an identifier
126
*/
@@ -136,9 +136,9 @@ public function getNextIdentifier(): string
136
137
138
139
- * Returns nex identifier or star delimiter token.
+ * Returns next identifier or null if star delimiter token is found.
140
141
- * @return string|null The identifier token value or null if star found
+ * @return string|null
142
143
* @throws SyntaxErrorException If next token is not an identifier or a star delimiter
144
0 commit comments