Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6c7d94d

Browse filesBrowse files
tonipericjaviereguiluz
authored andcommitted
Typo fix
1 parent baa0e30 commit 6c7d94d
Copy full SHA for 6c7d94d

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎components/cache/cache_pools.rst

Copy file name to clipboardExpand all lines: components/cache/cache_pools.rst
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.