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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue