We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06f8c31 + d87d803 commit 7ea87e6Copy full SHA for 7ea87e6
reference/constraints/Expression.rst
@@ -53,10 +53,9 @@ properties::
53
54
To validate the object, you have some special requirements:
55
56
-* A) If ``isTechnicalPost`` is true, then ``category`` must be either ``php``
57
- or ``symfony``;
58
-
59
-* B) If ``isTechnicalPost`` is false, then ``category`` can be anything.
+A) If ``isTechnicalPost`` is true, then ``category`` must be either ``php``
+ or ``symfony``;
+B) If ``isTechnicalPost`` is false, then ``category`` can be anything.
60
61
One way to accomplish this is with the Expression constraint:
62
0 commit comments