1
0
mirror of synced 2025-02-07 15:59:27 +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 * If they match, updates the lookahead token; otherwise raises a syntax
* error. * error.
* *
* @param int|string token type or value * @param int token type
* @return void * @return void
* @throws QueryException If the tokens dont match. * @throws QueryException If the tokens dont match.
*/ */