Commit 789ed89
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 CacheInterface1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2554 | 2554 | | |
2555 | 2555 | | |
2556 | 2556 | | |
2557 | | - | |
| 2557 | + | |
2558 | 2558 | | |
2559 | 2559 | | |
2560 | 2560 | | |
| |||
0 commit comments