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 c3c89b5 commit c08a0e3Copy full SHA for c08a0e3
components/cache/psr6_psr16_adapters.rst
@@ -80,7 +80,7 @@ this use-case::
80
$psr6Cache = new FilesystemAdapter();
81
82
// a PSR-16 cache that uses your cache internally!
83
- $psr16Cache = new Psr6Cache($psr6Cache);
+ $psr16Cache = new Psr16Cache($psr6Cache);
84
85
// now use this wherever you want
86
$githubApiClient = new GitHubApiClient($psr16Cache);
0 commit comments