Skip to content

Commit 74d2e32

Browse files
committed
Merge branch '4.4'
* 4.4: Fix new instance of a class name
2 parents 191dd3c + 1d50e36 commit 74d2e32

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
@@ -78,7 +78,7 @@ this use-case::
7878
$psr6Cache = new FilesystemAdapter();
7979

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

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

0 commit comments

Comments
 (0)