1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Merged pull request #44 from Chekote/parser_match_phpdoc_fix.

Parser::match phpdoc fix
This commit is contained in:
Guilherme Blanco 2011-04-26 18:09:27 -07:00
commit 237a05b302

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