Skip to content

Commit 47704a7

Browse files
committed
minor #6237 use literals for external class names (xabbuh)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes #6237). Discussion ---------- use literals for external class names The `class` role does not work for classes whose API documentation is not rendered on symfony.com. Commits ------- 0baa317 use literals for external class names
2 parents a1d0353 + 0baa317 commit 47704a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ cache
14821482
**type**: ``string``
14831483

14841484
The service that is used to persist class metadata in a cache. The service
1485-
has to implement the :class:`Doctrine\\Common\\Cache\\Cache` interface.
1485+
has to implement the ``Doctrine\Common\Cache\Cache`` interface.
14861486

14871487
.. seealso::
14881488

0 commit comments

Comments
 (0)