Skip to content

Commit f897411

Browse files
committed
[#2797] Removing the 2.1 version notes on master (since 2.1 has been deprecated - see documentation release directions)
1 parent d633094 commit f897411

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

reference/constraints/UniqueEntity.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ errorPath
153153

154154
**type**: ``string`` **default**: The name of the first `field`_
155155

156-
.. versionadded:: 2.1
157-
The ``errorPath`` option was added in Symfony 2.1.
158-
159156
If the entity violates constraint the error message is bound to the first
160157
field in `fields`_. If there are more than one fields, you may want to map
161158
the error message to another field.
@@ -254,9 +251,6 @@ ignoreNull
254251

255252
**type**: ``Boolean`` **default**: ``true``
256253

257-
.. versionadded:: 2.1
258-
The ``ignoreNull`` option was added in Symfony 2.1.
259-
260254
If this option is set to ``true``, then the constraint will allow multiple
261255
entities to have a ``null`` value for a field without failing validation.
262256
If set to ``false``, only one ``null`` value is allowed - if a second entity

0 commit comments

Comments
 (0)