Skip to content

Commit 83adc87

Browse files
committed
fix class roles
1 parent 3bbccf7 commit 83adc87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console/logger.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ You can rely on the logger to use this dependency inside a command::
6868
}
6969

7070
The dependency will use the instance of
71-
``Symfony\\Component\\Console\\Logger\\ConsoleLogger`` as logger.
71+
:class:`Symfony\\Component\\Console\\Logger\\ConsoleLogger` as logger.
7272
Log messages emitted will be displayed on the console output.
7373

7474
Verbosity
7575
---------
7676

7777
Depending on the verbosity level that the command is run, messages may or
78-
may not be sent to the ``Symfony\\Component\\Console\\Output\\OutputInterface``
78+
may not be sent to the :class:`Symfony\\Component\\Console\\Output\\OutputInterface`
7979
instance.
8080

8181
By default, the console logger behaves like the

0 commit comments

Comments
 (0)