Skip to content

Commit 9d14517

Browse files
committed
One more correction
1 parent b5f6a49 commit 9d14517

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-
}, /* priority higher than ValidationListener */ 900);
559+
}, 900); /* priority higher than ValidationListener */
560560

561561
// ...
562562
}

0 commit comments

Comments
 (0)