1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Merge pull request #6268 from enumag/patch-4

Fix annotation
This commit is contained in:
Marco Pivetta 2017-01-31 12:00:42 +01:00 committed by GitHub
commit 23ae83e351

View File

@ -2874,8 +2874,7 @@ class Parser
/**
* 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()