Skip to content

Commit

Permalink
add nested new in EBNF documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eltharin committed Oct 2, 2024
1 parent 6f93ceb commit 8d416ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/dql-doctrine-query-language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ Select Expressions
PartialObjectExpression ::= "PARTIAL" IdentificationVariable "." PartialFieldSet
PartialFieldSet ::= "{" SimpleStateField {"," SimpleStateField}* "}"
NewObjectExpression ::= "NEW" AbstractSchemaName "(" NewObjectArg {"," NewObjectArg}* ")"
NewObjectArg ::= ScalarExpression | "(" Subselect ")"
NewObjectArg ::= ScalarExpression | "(" Subselect ")" | NewObjectExpression
Conditional Expressions
~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 8d416ca

Please sign in to comment.