Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit297ae27

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#11830).Discussion----------Fix new instance of a class nameFix for#11824Commits-------c08a0e3 Fix new instance of a class name
2 parentsc3c89b5 +c08a0e3 commit297ae27

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 = newPsr6Cache($psr6Cache);
83+
$psr16Cache = newPsr16Cache($psr6Cache);
8484

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp