We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece8df1 commit 6865a40Copy full SHA for 6865a40
components/cache/psr6_psr16_adapters.rst
@@ -37,7 +37,7 @@ instead. No problem! The Cache component provides the
37
this use-case::
38
39
use Symfony\Component\Cache\Simple\FilesystemCache;
40
- use Symfony\Component\Cache\Adapter\SimpleCacheAdapter
+ use Symfony\Component\Cache\Adapter\SimpleCacheAdapter;
41
42
// the PSR-16 cache object that you want to use
43
$psr16Cache = new FilesystemCache();
0 commit comments