Skip to content

Commit 3c7a8c1

Browse files
committed
Merge branch '4.4'
* 4.4: fix constraint reference YAML config syntax
2 parents 9e43b5c + b538e84 commit 3c7a8c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/constraints/Negative.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following constraint ensures that the ``withdraw`` of a bank account
4343
App\Entity\TransferItem:
4444
properties:
4545
withdraw:
46-
- Negative
46+
- Negative: ~
4747
4848
.. code-block:: xml
4949

reference/constraints/NegativeOrZero.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ is a negative number or equal to zero:
4242
App\Entity\UnderGroundGarage:
4343
properties:
4444
level:
45-
- NegativeOrZero
45+
- NegativeOrZero: ~
4646
4747
.. code-block:: xml
4848

reference/constraints/Positive.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ positive number (greater than zero):
4343
App\Entity\Employee:
4444
properties:
4545
income:
46-
- Positive
46+
- Positive: ~
4747
4848
.. code-block:: xml
4949

reference/constraints/PositiveOrZero.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ is positive or zero:
4242
App\Entity\Person:
4343
properties:
4444
siblings:
45-
- PositiveOrZero
45+
- PositiveOrZero: ~
4646
4747
.. code-block:: xml
4848

0 commit comments

Comments
 (0)