We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fa58d commit 1b98149Copy full SHA for 1b98149
service_container/service_subscribers_locators.rst
@@ -444,7 +444,7 @@ but we can now access a specific injected service:
444
445
After compilation the ``HandlerCollection`` to retrieve a specific service by it's ``key`` attribute
446
from the service locator injected, we just have to do ``$serviceLocator->get('handler_two');`` to
447
-retrieve the ``handler_two`` handler :
+retrieve the ``handler_two`` handler::
448
.. code-block:: php
449
450
// src/Handler/HandlerCollection.php
0 commit comments