Skip to content

Commit 3a4cfd1

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: Make public property requirement clearer for constraint options
2 parents c3a764a + 8ae9a1f commit 3a4cfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/custom_constraint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ You can use custom validators like the ones provided by Symfony itself:
259259
}
260260
}
261261
262-
If your constraint contains options, then they should be public properties
262+
If your constraint contains options, then they must be public properties
263263
on the custom Constraint class you created earlier. These options can be
264264
configured like options on core Symfony constraints.
265265

0 commit comments

Comments
 (0)