1
0
mirror of synced 2025-01-17 22:11:41 +03:00

Update Parser.php

Fix the docummentation for Parser::Literal()
This commit is contained in:
Roger Llopart Pla 2013-07-24 13:07:06 +02:00
parent dc2be816a8
commit 9b574ad53b

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()
{