Skip to content

Commit 1b98149

Browse files
Update service_container/service_subscribers_locators.rst
Co-Authored-By: XuruDragon <[email protected]>
1 parent 06fa58d commit 1b98149

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
@@ -444,7 +444,7 @@ but we can now access a specific injected service:
444444
445445
After compilation the ``HandlerCollection`` to retrieve a specific service by it's ``key`` attribute
446446
from the service locator injected, we just have to do ``$serviceLocator->get('handler_two');`` to
447-
retrieve the ``handler_two`` handler :
447+
retrieve the ``handler_two`` handler::
448448
.. code-block:: php
449449
450450
// src/Handler/HandlerCollection.php

0 commit comments

Comments
 (0)