Skip to content

Commit 6c7d94d

Browse files
tonipericjaviereguiluz
authored andcommitted
Typo fix
1 parent baa0e30 commit 6c7d94d

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)