diff --git a/components/cache/psr6_psr16_adapters.rst b/components/cache/psr6_psr16_adapters.rst index 0557f942ab1..88f1e7c93e2 100644 --- a/components/cache/psr6_psr16_adapters.rst +++ b/components/cache/psr6_psr16_adapters.rst @@ -37,7 +37,7 @@ instead. No problem! The Cache component provides the this use-case:: use Symfony\Component\Cache\Simple\FilesystemCache; - use Symfony\Component\Cache\Adapter\SimpleCacheAdapter + use Symfony\Component\Cache\Adapter\SimpleCacheAdapter; // the PSR-16 cache object that you want to use $psr16Cache = new FilesystemCache();