File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -263,8 +263,8 @@ entities to have a ``null`` value for a field without failing validation.
263
263
If set to ``false ``, only one ``null `` value is allowed - if a second entity
264
264
also has a ``null `` value, validation would fail.
265
265
266
- Instead of ignoring all or none of the ``null `` values, you can also set this
267
- option to the name of the property or set of properties to ignore their ``null `` values:
266
+ In addition to ignoring the ``null `` values of all unique fields , you can also use
267
+ this option to specify one or more fields to only ignore ``null `` values on them :
268
268
269
269
.. configuration-block ::
270
270
@@ -347,7 +347,7 @@ option to the name of the property or set of properties to ignore their ``null``
347
347
348
348
.. versionadded :: 6.3
349
349
350
- The option to ignore ``null `` values for specific properties was introduced
350
+ The option to ignore ``null `` values for specific fields was introduced
351
351
in Symfony 6.3.
352
352
353
353
``message ``
You can’t perform that action at this time.
0 commit comments