Skip to content

Commit 22301bf

Browse files
committed
-
1 parent 9ac144a commit 22301bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

form/validation_groups.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ In both cases, *only* the ``registration`` group will be used to validate the
2828
object. To apply the ``registration`` group *and* all constraints not in any
2929
other group, add the special ``Default`` group::
3030

31-
'validation_groups' => ['Default', 'registration']
31+
[
32+
// ...
33+
'validation_groups' => ['Default', 'registration'],
34+
]
3235

3336
.. note::
3437

0 commit comments

Comments
 (0)