Skip to content

Commit 268f3d0

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

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)