We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1a99bb + aed9091 commit 63dac9cCopy full SHA for 63dac9c
validation/groups.rst
@@ -92,7 +92,7 @@ user registers and when a user updates their contact information later:
92
93
<property name="city">
94
<constraint name="Length">
95
- <option name="min">7</option>
+ <option name="min">2</option>
96
</constraint>
97
</property>
98
</class>
@@ -123,7 +123,7 @@ user registers and when a user updates their contact information later:
123
]));
124
125
$metadata->addPropertyConstraint('city', new Assert\Length([
126
- "min" => 3,
+ "min" => 2,
127
128
}
129
0 commit comments