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
184
184
silently ignored)::
185
185
186
186
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;
191
191
192
192
$cache = new ChainAdapter(array(
193
193
new ApcuAdapter(), // does NOT implement PruneableInterface
You can’t perform that action at this time.
0 commit comments