1
0
mirror of synced 2025-01-18 14:31:40 +03:00

Merge pull request #733 from Lumbendil/master

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

View File

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