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

Fix annotation

This commit is contained in:
Jáchym Toušek 2017-01-31 11:57:01 +01:00 committed by GitHub
parent e42d0bdda5
commit 64ab53a243

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()