Skip to content

Commit 2229461

Browse files
committed
merged branch craue/patch-21 (PR symfony#4340)
Commits ------- 0f7835d added missing dot in ValidationListener as follow-up to symfony#3922 Discussion ---------- added missing dot in ValidationListener as follow-up to symfony#3922 added missing dot in ValidationListener as follow-up to symfony#3922 --------------------------------------------------------------------------- by travisbot at 2012-05-19T13:35:28Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1374601) (merged 0f7835d into ea2dd12).
2 parents ea2dd12 + 0f7835d commit 2229461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Extension/Core/EventListener/ValidationListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function validateForm(DataEvent $event)
4141
}
4242

4343
if (count($form->getExtraData()) > 0) {
44-
$form->addError(new FormError('This form should not contain extra fields'));
44+
$form->addError(new FormError('This form should not contain extra fields.'));
4545
}
4646

4747
if ($form->isRoot() && isset($_SERVER['CONTENT_LENGTH'])) {

0 commit comments

Comments
 (0)