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.
1 parent a2ce937 commit d87d803Copy full SHA for d87d803
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