[Query] removed unused local variable $lexer in SizeFunction class.
This commit is contained in:
parent
19602d0a26
commit
43eebe1a8b
1 changed files with 0 additions and 2 deletions
|
@ -109,8 +109,6 @@ class SizeFunction extends FunctionNode
|
|||
*/
|
||||
public function parse(\Doctrine\ORM\Query\Parser $parser)
|
||||
{
|
||||
$lexer = $parser->getLexer();
|
||||
|
||||
$parser->match(Lexer::T_SIZE);
|
||||
$parser->match(Lexer::T_OPEN_PARENTHESIS);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue