Skip to content

Commit 0b715de

Browse files
authored
[Validator] Use single quotes for string
1 parent 8ebccad commit 0b715de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Sequentially.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You can validate each of these constraints sequentially to solve these issues:
120120
{
121121
$metadata->addPropertyConstraint('address', new Assert\Sequentially([
122122
new Assert\NotNull(),
123-
new Assert\Type("string"),
123+
new Assert\Type('string'),
124124
new Assert\Length(['min' => 10]),
125125
new Assert\Regex(self::ADDRESS_REGEX),
126126
new AcmeAssert\Geolocalizable(),

0 commit comments

Comments
 (0)