Skip to content

Commit

Permalink
DDC-3276 - doctrine#1122 - updating EBNF in docblock to reflect new s…
Browse files Browse the repository at this point in the history
…yntax support
  • Loading branch information
Ocramius committed Aug 27, 2014
1 parent a2e0133 commit 45d74e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Doctrine/ORM/Query/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2939,8 +2939,7 @@ public function SimpleEntityExpression()

/**
* AggregateExpression ::=
* ("AVG" | "MAX" | "MIN" | "SUM") "(" ["DISTINCT"] StateFieldPathExpression ")" |
* "COUNT" "(" ["DISTINCT"] (IdentificationVariable | SingleValuedPathExpression) ")"
* ("AVG" | "MAX" | "MIN" | "SUM" | "COUNT") "(" ["DISTINCT"] SimpleArithmeticExpression ")"
*
* @return \Doctrine\ORM\Query\AST\AggregateExpression
*/
Expand Down

0 comments on commit 45d74e7

Please sign in to comment.