We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b933f commit cfcbee9Copy full SHA for cfcbee9
Parser/TokenStream.php
@@ -120,8 +120,6 @@ public function getUsed(): array
120
/**
121
* Returns next identifier token.
122
*
123
- * @return string
124
- *
125
* @throws SyntaxErrorException If next token is not an identifier
126
*/
127
public function getNextIdentifier(): string
@@ -138,8 +136,6 @@ public function getNextIdentifier(): string
138
136
139
137
* Returns next identifier or null if star delimiter token is found.
140
141
- * @return string|null
142
143
* @throws SyntaxErrorException If next token is not an identifier or a star delimiter
144
145
public function getNextIdentifierOrStar(): ?string
0 commit comments