1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Merge pull request #1418 from mageekguy/patch-2

Remove (useless?) call to parser::getLexer()
This commit is contained in:
Benjamin Eberlei 2015-06-16 21:36:14 +02:00
commit 5aded88cf6

View File

@ -719,8 +719,6 @@ classes have to implement the base class :
public function parse(\Doctrine\ORM\Query\Parser $parser)
{
$lexer = $parser->getLexer();
$parser->match(Lexer::T_IDENTIFIER);
$parser->match(Lexer::T_OPEN_PARENTHESIS);