Update Parser.php
Fix the docummentation for Parser::Literal()
This commit is contained in:
parent
dc2be816a8
commit
9b574ad53b
@ -2552,7 +2552,7 @@ class Parser
|
|||||||
/**
|
/**
|
||||||
* Literal ::= string | char | integer | float | boolean
|
* Literal ::= string | char | integer | float | boolean
|
||||||
*
|
*
|
||||||
* @return string
|
* @return \Doctrine\ORM\Query\AST\Literal
|
||||||
*/
|
*/
|
||||||
public function Literal()
|
public function Literal()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user