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.
1 parent 8ebccad commit 0b715deCopy full SHA for 0b715de
reference/constraints/Sequentially.rst
@@ -120,7 +120,7 @@ You can validate each of these constraints sequentially to solve these issues:
120
{
121
$metadata->addPropertyConstraint('address', new Assert\Sequentially([
122
new Assert\NotNull(),
123
- new Assert\Type("string"),
+ new Assert\Type('string'),
124
new Assert\Length(['min' => 10]),
125
new Assert\Regex(self::ADDRESS_REGEX),
126
new AcmeAssert\Geolocalizable(),
0 commit comments