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

Commit268f3d0

Browse files
mttschOskarStark
andauthored
Add trailing comma in AutowireMethodOf code example
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parenta1f7843 commit268f3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎service_container/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ the property name as method name::
750750
{
751751
public function __construct(
752752
#[AutowireMethodOf('third_party.remote_message_formatter')]
753-
private \Closure $format
753+
private \Closure $format,
754754
) {
755755
}
756756

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp