Skip to content

Commit ed9b44a

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Fix new instance of a class name
2 parents 6aed0e3 + b641f94 commit ed9b44a

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)