Skip to content

Commit

Permalink
Merge pull request #6268 from enumag/patch-4
Browse files Browse the repository at this point in the history
Fix annotation
  • Loading branch information
Ocramius committed Jan 31, 2017
2 parents e42d0bd + 64ab53a commit 23ae83e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Doctrine/ORM/Query/Parser.php
Expand Up @@ -2874,8 +2874,7 @@ public function ArithmeticPrimary()
/**
* StringExpression ::= StringPrimary | ResultVariable | "(" Subselect ")"
*
* @return \Doctrine\ORM\Query\AST\StringPrimary |
* \Doctrine\ORM\Query\AST\Subselect |
* @return \Doctrine\ORM\Query\AST\Subselect |
* string
*/
public function StringExpression()
Expand Down

0 comments on commit 23ae83e

Please sign in to comment.