Skip to content

Commit 1e28783

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Validator] Use single quotes for a string
2 parents 2949725 + 243b74f commit 1e28783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/groups.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ user registers and when a user updates their contact information later:
123123
]));
124124
125125
$metadata->addPropertyConstraint('city', new Assert\Length([
126-
"min" => 2,
126+
'min' => 2,
127127
]));
128128
}
129129
}

0 commit comments

Comments
 (0)