Skip to content

Commit 6865a40

Browse files
author
Tomáš Votruba
authored
add missing ";"
1 parent ece8df1 commit 6865a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/psr6_psr16_adapters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ instead. No problem! The Cache component provides the
3737
this use-case::
3838

3939
use Symfony\Component\Cache\Simple\FilesystemCache;
40-
use Symfony\Component\Cache\Adapter\SimpleCacheAdapter
40+
use Symfony\Component\Cache\Adapter\SimpleCacheAdapter;
4141

4242
// the PSR-16 cache object that you want to use
4343
$psr16Cache = new FilesystemCache();

0 commit comments

Comments
 (0)