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 ea2dd12 commit 0f7835dCopy full SHA for 0f7835d
src/Symfony/Component/Form/Extension/Core/EventListener/ValidationListener.php
@@ -41,7 +41,7 @@ public function validateForm(DataEvent $event)
41
}
42
43
if (count($form->getExtraData()) > 0) {
44
- $form->addError(new FormError('This form should not contain extra fields'));
+ $form->addError(new FormError('This form should not contain extra fields.'));
45
46
47
if ($form->isRoot() && isset($_SERVER['CONTENT_LENGTH'])) {
0 commit comments