8000 Update service_container/service_subscribers_locators.rst · symfony/symfony-docs@4dbc867 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dbc867

Browse files
authored
Update service_container/service_subscribers_locators.rst
1 parent d173ca7 commit 4dbc867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ attribute::
360360
public function __construct(
361361
#[AutowireLocator([
362362
'foo' => FooHandler::class,
363-
'bar' => new SubscribedService(type: 'string', attributes: new Autowire('%some.parameter%'),
363+
'bar' => new SubscribedService(type: 'string', attributes: new Autowire('%some.parameter%')),
364364
'optionalBaz' => '?'.Baz 419F Handler::class,
365365
])]
366366
private ContainerInterface $handlers,

0 commit comments

Comments
 (0)
0