8000 Fix new instance of a class name · symfony/symfony-docs@16e76d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16e76d1

Browse files
committed
Fix new instance of a class name
1 parent 76be978 commit 16e76d1

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
@@ -82,7 +82,7 @@ this use-case::
8282
$psr6Cache = new FilesystemAdapter();
8383

8484
// a PSR-16 cache that uses your cache internally!
85-
$psr16Cache = new Psr6Cache($psr6Cache);
85+
$psr16Cache = new Psr16Cache($psr6Cache);
8686

8787
// now use this wherever you want
8888
$githubApiClient = new GitHubApiClient($psr16Cache);

0 commit comments

Comments
 (0)
0