1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Fixed phpdoc on Parser::match incorrectly stating that the token parameter can be a string value

This commit is contained in:
Chekote 2011-04-01 12:54:12 -05:00
parent db82ef3e61
commit 5784c7bacd

View File

@ -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.
*/