Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df52ffc

Browse files
committedApr 6, 2019
Merge branch '4.2'
* 4.2: escape backslashes in class role
2 parents dbb41f1 + 2919948 commit df52ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎reference/constraints/Traverse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using the :doc:`reference/constraints/Valid` instead.
1111
+----------------+-------------------------------------------------------------------------------------+
1212
| Options | - `payload`_ |
1313
+----------------+-------------------------------------------------------------------------------------+
14-
| Class | :class:`Symfony\Component\Validator\Constraints\Traverse` |
14+
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\Traverse` |
1515
+----------------+-------------------------------------------------------------------------------------+
1616

1717
Basic Usage

0 commit comments

Comments
 (0)
Please sign in to comment.