[doc] Remove unused variable from sample code
Removes lexer since it's not used.
This commit is contained in:
parent
900b55d16a
commit
272e8aa6f1
@ -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