8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b198f77 commit 3596f8cCopy full SHA for 3596f8c
components/config/definition.rst
@@ -815,6 +815,7 @@ A validation rule always has an "if" part. You can specify this part in
815
the following ways:
816
817
- ``ifTrue()``
818
+- ``ifFalse()``
819
- ``ifString()``
820
- ``ifNull()``
821
- ``ifEmpty()``
@@ -833,6 +834,10 @@ A validation rule also requires a "then" part:
833
834
Usually, "then" is a closure. Its return value will be used as a new value
835
for the node, instead of the node's original value.
836
837
+.. versionadded:: 7.3
838
+
839
+ The ``ifFalse()`` method was introduced in Symfony 7.3.
840
841
Configuring the Node Path Separator
842
-----------------------------------
843
0 commit comments