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