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

Appearance settings

Commit 268f3d0

Browse filesBrowse files
mttschOskarStark
andauthored
Add trailing comma in AutowireMethodOf code example
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent a1f7843 commit 268f3d0
Copy full SHA for 268f3d0

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎service_container/autowiring.rst

Copy file name to clipboardExpand all lines: service_container/autowiring.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.