Skip to content

Commit 4f36010

Browse files
author
Bernhard Schussek
committed
[Form] Fixed validation.xml (now really)
1 parent 0e57943 commit 4f36010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Form/Resources/config/validation.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<class name="Symfony\Component\Form\Field">
88
<getter property="transformationSuccessful">
99
<constraint name="AssertTrue">
10-
<option name="message"><value>This value is invalid</value></option>
10+
<option name="message">This value is invalid</option>
1111
</constraint>
1212
</getter>
1313
</class>
1414

1515
<class name="Symfony\Component\Form\Form">
16-
<constraint name="Callback">validateData</constraint>
16+
<constraint name="Callback"><value>validateData</value></constraint>
1717
<property name="fields">
1818
<constraint name="Valid" />
1919
</property>

0 commit comments

Comments
 (0)