Skip to content

Commit cfcbee9

Browse files
[5.4] cs fixes
1 parent 44b933f commit cfcbee9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: Parser/TokenStream.php

-4
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ public function getUsed(): array
120120
/**
121121
* Returns next identifier token.
122122
*
123-
* @return string
124-
*
125123
* @throws SyntaxErrorException If next token is not an identifier
126124
*/
127125
public function getNextIdentifier(): string
@@ -138,8 +136,6 @@ public function getNextIdentifier(): string
138136
/**
139137
* Returns next identifier or null if star delimiter token is found.
140138
*
141-
* @return string|null
142-
*
143139
* @throws SyntaxErrorException If next token is not an identifier or a star delimiter
144140
*/
145141
public function getNextIdentifierOrStar(): ?string

0 commit comments

Comments
 (0)