File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,10 +184,10 @@ its compatibe cache adapters (and those that do not implement ``PruneableInterfa
184184silently 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
You can’t perform that action at this time.
0 commit comments