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