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

[doc] Remove unused variable from sample code

Removes lexer since it's not used.
This commit is contained in:
Logan Bailey 2015-05-14 11:51:01 -07:00
parent 900b55d16a
commit 272e8aa6f1

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);