8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172b72b commit 75edc24Copy full SHA for 75edc24
components/form/form_events.rst
@@ -306,7 +306,7 @@ Creating and binding an event listener to the form is very easy::
306
// If the data was submitted previously, the additional value that is
307
// included in the request variables needs to be removed.
308
if (true === $user['show_email']) {
309
- $form->add('email', EmailType::class
+ $form->add('email', EmailType::class);
310
} else {
311
unset($user['email']);
312
$event->setData($user);
0 commit comments