update docblock
This commit is contained in:
parent
bf8924df14
commit
ab4482b617
@ -1981,9 +1981,10 @@ class Parser
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SimpleSelectExpression ::=
|
* SimpleSelectExpression ::= (
|
||||||
* StateFieldPathExpression | IdentificationVariable |
|
* StateFieldPathExpression | IdentificationVariable | FunctionDeclaration |
|
||||||
* ((AggregateExpression | "(" Subselect ")" | ScalarExpression) [["AS"] AliasResultVariable])
|
* AggregateExpression | "(" Subselect ")" | ScalarExpression
|
||||||
|
* ) [["AS"] AliasResultVariable]
|
||||||
*
|
*
|
||||||
* @return \Doctrine\ORM\Query\AST\SimpleSelectExpression
|
* @return \Doctrine\ORM\Query\AST\SimpleSelectExpression
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user