File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,6 @@ errorPath
153
153
154
154
**type **: ``string `` **default **: The name of the first `field `_
155
155
156
- .. versionadded :: 2.1
157
- The ``errorPath `` option was added in Symfony 2.1.
158
-
159
156
If the entity violates constraint the error message is bound to the first
160
157
field in `fields `_. If there are more than one fields, you may want to map
161
158
the error message to another field.
@@ -254,9 +251,6 @@ ignoreNull
254
251
255
252
**type **: ``Boolean `` **default **: ``true ``
256
253
257
- .. versionadded :: 2.1
258
- The ``ignoreNull `` option was added in Symfony 2.1.
259
-
260
254
If this option is set to ``true ``, then the constraint will allow multiple
261
255
entities to have a ``null `` value for a field without failing validation.
262
256
If set to ``false ``, only one ``null `` value is allowed - if a second entity
You can’t perform that action at this time.
0 commit comments