File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -362,8 +362,6 @@ or directly via PHP attributes:
362362 <argument type =" service_locator" >
363363 <argument key =" App\FooCommand" type =" service" id =" app.command_handler.foo" />
364364 <argument key =" App\BarCommand" type =" service" id =" app.command_handler.bar" />
365- <!-- if the element has no key, the ID of the original service is used -->
366- <argument type =" service" id =" app.command_handler.baz" />
367365 </argument >
368366 </service >
369367 </services >
@@ -383,8 +381,6 @@ or directly via PHP attributes:
383381 ->args([service_locator([
384382 'App\FooCommand' => service('app.command_handler.foo'),
385383 'App\BarCommand' => service('app.command_handler.bar'),
386- // if the element has no key, the ID of the original service is used
387- service('app.command_handler.baz'),
388384 ])]);
389385 };
390386
You can’t perform that action at this time.
0 commit comments