1
0
mirror of synced 2025-03-22 07:53:49 +03:00

Merge pull request from Lumbendil/master

Update Parser.php
This commit is contained in:
Marco Pivetta 2013-07-24 04:13:12 -07:00
commit d7881a1ec2

@ -2552,7 +2552,7 @@ class Parser
/**
* Literal ::= string | char | integer | float | boolean
*
* @return string
* @return \Doctrine\ORM\Query\AST\Literal
*/
public function Literal()
{