Skip to content

Commit 33c9159

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: [Doctrine] Fix a syntax issue
2 parents 7b3e683 + aa5a8ff commit 33c9159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ using the ``MapEntity`` attribute::
664664
.. tip::
665665

666666
When enabled globally, it's possible to disabled the behavior on a specific
667-
controller, by using the ``MapEntity`` set to ``disabled``.
667+
controller, by using the ``MapEntity`` set to ``disabled``::
668668

669669
public function show(
670670
#[CurrentUser]

0 commit comments

Comments
 (0)