Merge pull request #1418 from mageekguy/patch-2
Remove (useless?) call to parser::getLexer()
This commit is contained in:
commit
5aded88cf6
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user