diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index f3a5deacf3d..b881aaba378 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1487,7 +1487,7 @@ cache **type**: ``string`` The service that is used to persist class metadata in a cache. The service -has to implement the :class:`Doctrine\\Common\\Cache\\Cache` interface. +has to implement the ``Doctrine\Common\Cache\Cache`` interface. .. seealso::