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 29d3c27 commit e621cbfCopy full SHA for e621cbf
logging/channels_handlers.rst
@@ -180,7 +180,7 @@ by type-hinting your service arguments with the following syntax:
180
``Psr\Log\LoggerInterface $<camelCased channel name> + Logger``. The ``<channel>``
181
must have been :ref:`predefined in your Monolog configuration <monolog-channels-config>`.
182
183
-For example to inject the service related to the ``foo_bar`` logger channel,
+For example to inject the service related to the ``foo`` logger channel,
184
change your constructor like this:
185
186
.. code-block:: diff
0 commit comments