1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

DDC-3276 - #1122 - updating EBNF in docblock to reflect new syntax support

This commit is contained in:
Marco Pivetta 2014-08-27 02:12:08 +02:00
parent a2e0133a94
commit 45d74e7220

View file

@ -2939,8 +2939,7 @@ class Parser
/** /**
* AggregateExpression ::= * AggregateExpression ::=
* ("AVG" | "MAX" | "MIN" | "SUM") "(" ["DISTINCT"] StateFieldPathExpression ")" | * ("AVG" | "MAX" | "MIN" | "SUM" | "COUNT") "(" ["DISTINCT"] SimpleArithmeticExpression ")"
* "COUNT" "(" ["DISTINCT"] (IdentificationVariable | SingleValuedPathExpression) ")"
* *
* @return \Doctrine\ORM\Query\AST\AggregateExpression * @return \Doctrine\ORM\Query\AST\AggregateExpression
*/ */