Skip to content

Commit bd64a96

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Fix: Typos
2 parents 63a9da6 + 788df4a commit bd64a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ or directly via PHP attributes:
360360
<services>
361361
<service id="App\CommandBus">
362362
<argument type="service_locator">
363-
<argument key="App\FooCommand" type="service" id="sapp.command_handler.foo"/>
364-
<argument key="App\BarCommandr" type="service" id="app.command_handler.bar"/>
363+
<argument key="App\FooCommand" type="service" id="app.command_handler.foo"/>
364+
<argument key="App\BarCommand" type="service" id="app.command_handler.bar"/>
365365
<!-- if the element has no key, the ID of the original service is used -->
366366
<argument type="service" id="app.command_handler.baz"/>
367367
</argument>

0 commit comments

Comments
 (0)