[doc] Remove unused variable from sample code
Removes lexer since it's not used.
This commit is contained in:
parent
900b55d16a
commit
272e8aa6f1
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue