Skip to content

Commit 789ed89

Browse files
committed
minor #17012 [FrameworkBundle] Fix link to CacheInterface (alexislefebvre)
This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] Fix link to CacheInterface Doc: https://symfony.com/doc/5.4/reference/configuration/framework.html#cache The link “CacheInterface” leads to https://github.com/symfony/symfony/blob/5.4/src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php and it results in a page not found. I think the link should be https://github.com/symfony/cache-contracts/blob/main/CacheInterface.php instead. Hopefully updating this namespace should fix the link. Commits ------- f241979 Fix link to CacheInterface
2 parents b21042a + f241979 commit 789ed89

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
@@ -2554,7 +2554,7 @@ cache
25542554
**type**: ``string``
25552555

25562556
The service that is used to persist class metadata in a cache. The service
2557-
has to implement the :class:`Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface`.
2557+
has to implement the :class:`Symfony\\Contracts\\Cache\\CacheInterface`.
25582558

25592559
Set this option to ``validator.mapping.cache.doctrine.apc`` to use the APC
25602560
cache provided by the Doctrine project.

0 commit comments

Comments
 (0)