8000 Fixed the option definition · symfony/symfony-docs@198971e · GitHub
[go: up one dir, main page]

Skip to content

Commit 198971e

Browse files
committed
Fixed the option definition
1 parent 3fdc416 commit 198971e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/UniqueEntity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ each with a single field.
256256
``ignoreNull``
257257
~~~~~~~~~~~~~~
258258

259-
**type**: ``bool``, ``string`` or ``array`` **default**: ``[]``
259+
**type**: ``bool`` | ``string`` | ``array`` **default**: ``true``
260260

261261
If this option is set to ``true``, then the constraint will allow multiple
262262
entities to have a ``null`` value for a field without failing validation.

0 commit comments

Comments
 (0)
0