Fixed phpdoc on Parser::match incorrectly stating that the token parameter can be a string value
This commit is contained in:
parent
db82ef3e61
commit
5784c7bacd
@ -234,7 +234,7 @@ class Parser
|
||||
* If they match, updates the lookahead token; otherwise raises a syntax
|
||||
* error.
|
||||
*
|
||||
* @param int|string token type or value
|
||||
* @param int token type
|
||||
* @return void
|
||||
* @throws QueryException If the tokens dont match.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user