Update Parser.php
Fix the docummentation for Parser::Literal()
This commit is contained in:
parent
dc2be816a8
commit
9b574ad53b
1 changed files with 1 additions and 1 deletions
|
@ -2552,7 +2552,7 @@ class Parser
|
|||
/**
|
||||
* Literal ::= string | char | integer | float | boolean
|
||||
*
|
||||
* @return string
|
||||
* @return \Doctrine\ORM\Query\AST\Literal
|
||||
*/
|
||||
public function Literal()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue