Skip to content

Commit

Permalink
Merge pull request #733 from Lumbendil/master
Browse files Browse the repository at this point in the history
Update Parser.php
  • Loading branch information
Ocramius committed Jul 24, 2013
2 parents 6f39a42 + 9b574ad commit d7881a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Query/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2552,7 +2552,7 @@ public function CollectionMemberExpression()
/**
* Literal ::= string | char | integer | float | boolean
*
* @return string
* @return \Doctrine\ORM\Query\AST\Literal
*/
public function Literal()
{
Expand Down

0 comments on commit d7881a1

Please sign in to comment.