Skip to content

Commit 431742a

Browse files
authored
Merge pull request #541 from lologhi/patch-1
Add missing Field Cardinality in documentation
2 parents 1f2f0da + fb1173f commit 431742a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema-generator/configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ Supported cardinalities are:
5757
* `(0..*)`: array, not required
5858
* `(1..1)`: scalar, required
5959
* `(1..*)`: array, required
60+
* `(*..0)`
61+
* `(*..1)`
62+
* `(*..*)`
6063

6164
Cardinalities are enforced by the class generator, the Doctrine ORM generator and the Symfony validation generator.
6265

0 commit comments

Comments
 (0)