8000 minor #10708 Framework configuration > Cache pools > Fix FQCN (ruudk) · symfony/symfony-docs@0bd99e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bd99e9

Browse files
committed
minor #10708 Framework configuration > Cache pools > Fix FQCN (ruudk)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #10708). Discussion ---------- Framework configuration > Cache pools > Fix FQCN Namespace was escaped so this fixes it. Commits ------- 4beae61 Framework configuration > Cache pools > Fix FQCN
2 parents 89cf0f1 + 4beae61 commit 0bd99e9

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
@@ -2072,7 +2072,7 @@ settings from the base pool as defaults.
20722072

20732073
.. note::
20742074

2075-
Your service MUST implement the ``Psr\\Cache\\CacheItemPoolInterface`` interface.
2075+
Your service MUST implement the ``Psr\Cache\CacheItemPoolInterface`` interface.
20762076

20772077
public
20782078
""""""

0 commit comments

Comments
 (0)
0