From 5784c7bacd4f1f190e0be637b5a22f06675711b0 Mon Sep 17 00:00:00 2001 From: Chekote Date: Fri, 1 Apr 2011 12:54:12 -0500 Subject: [PATCH] Fixed phpdoc on Parser::match incorrectly stating that the token parameter can be a string value --- lib/Doctrine/ORM/Query/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Query/Parser.php b/lib/Doctrine/ORM/Query/Parser.php index 2ba869f22..798afa0ce 100644 --- a/lib/Doctrine/ORM/Query/Parser.php +++ b/lib/Doctrine/ORM/Query/Parser.php @@ -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. */