Skip to content

Commit f7df95f

Browse files
committed
minor #9364 Typo fix (toniperic)
This PR was submitted for the 4.0 branch but it was merged into the 3.4 branch instead (closes #9364). Discussion ---------- Typo fix Commits ------- 6c7d94d Typo fix
2 parents baa0e30 + 6c7d94d commit f7df95f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/cache/cache_pools.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ its compatibe cache adapters (and those that do not implement ``PruneableInterfa
184184
silently ignored)::
185185

186186
use Symfony\Component\Cache\Adapter\ApcuAdapter;
187-
use Syfmony\Component\Cache\Adapter\ChainAdapter;
188-
use Syfmony\Component\Cache\Adapter\FilesystemAdapter;
189-
use Syfmony\Component\Cache\Adapter\PdoAdapter;
190-
use Syfmony\Component\Cache\Adapter\PhpFilesAdapter;
187+
use Symfony\Component\Cache\Adapter\ChainAdapter;
188+
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
189+
use Symfony\Component\Cache\Adapter\PdoAdapter;
190+
use Symfony\Component\Cache\Adapter\PhpFilesAdapter;
191191

192192
$cache = new ChainAdapter(array(
193193
new ApcuAdapter(), // does NOT implement PruneableInterface

0 commit comments

Comments
 (0)