Skip to content

Commit a627373

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Serializer] cs fix Cleanup more `@return` annotations [Form] Fix phpdoc on FormBuilderInterface
2 parents 8a7b08e + f7d6c0f commit a627373

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Parser/TokenStream.php

+2-6
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ public function getUsed(): array
107107
}
108108

109109
/**
110-
* Returns nex identifier token.
111-
*
112-
* @return string The identifier token value
110+
* Returns next identifier token.
113111
*
114112
* @throws SyntaxErrorException If next token is not an identifier
115113
*/
@@ -125,9 +123,7 @@ public function getNextIdentifier(): string
125123
}
126124

127125
/**
128-
* Returns nex identifier or star delimiter token.
129-
*
130-
* @return string|null The identifier token value or null if star found
126+
* Returns next identifier or null if star delimiter token is found.
131127
*
132128
* @throws SyntaxErrorException If next token is not an identifier or a star delimiter
133129
*/

0 commit comments

Comments
 (0)