1
0
mirror of synced 2025-01-18 14:31:40 +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 ::=
* ("AVG" | "MAX" | "MIN" | "SUM") "(" ["DISTINCT"] StateFieldPathExpression ")" |
* "COUNT" "(" ["DISTINCT"] (IdentificationVariable | SingleValuedPathExpression) ")"
* ("AVG" | "MAX" | "MIN" | "SUM" | "COUNT") "(" ["DISTINCT"] SimpleArithmeticExpression ")"
*
* @return \Doctrine\ORM\Query\AST\AggregateExpression
*/