Skip to content

Commit 86802e2

Browse files
committed
Another correction
1 parent 9d14517 commit 86802e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/dynamic_form_modification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ was too large or whether non-existing fields were submitted::
556556
{
557557
$builder->addEventListener(FormEvents::POST_SUBMIT, function($event) {
558558
$event->stopPropagation();
559-
}, 900); /* priority higher than ValidationListener */
559+
}, 900); // Always set a higher priority than ValidationListener
560560

561561
// ...
562562
}

0 commit comments

Comments
 (0)