Skip to content

Commit 9d631c9

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fixed yaml extension after conflicts
2 parents 39323cc + c281920 commit 9d631c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/Traverse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ that all have constraints on their properties.
9292
9393
.. code-block:: yaml
9494
95-
# config/validator/validation.yml
95+
# config/validator/validation.yaml
9696
App\Entity\BookCollection:
9797
constraints:
9898
- Traverse: ~
@@ -170,7 +170,7 @@ disable validating:
170170
171171
.. code-block:: yaml
172172
173-
# config/validator/validation.yml
173+
# config/validator/validation.yaml
174174
App\Entity\BookCollection:
175175
constraints:
176176
- Traverse: false

0 commit comments

Comments
 (0)