8000 minor #11830 Fix new instance of a class name (peaceant) · symfony/symfony-docs@297ae27 · GitHub
[go: up one dir, main page]

Skip to content

Commit 297ae27

Browse files
committed
minor #11830 Fix new instance of a class name (peaceant)
This PR was submitted for the 4.3 branch but it was merged into the 3.4 branch instead (closes #118 E78E 30). Discussion ---------- Fix new instance of a class name Fix for #11824 Commits ------- c08a0e3 Fix new instance of a class name
2 parents c3c89b5 + c08a0e3 commit 297ae27

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
@@ -80,7 +80,7 @@ this use-case::
8080
$psr6Cache = new FilesystemAdapter();
8181

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

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

0 commit comments

Comments
 (0)
0