File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Top Open diff view settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ You can rely on the logger to use this dependency inside a command::
6868 }
6969
7070The dependency will use the instance of
71- `` Symfony\\Component\\Console\\Logger\\ConsoleLogger ` ` as logger.
71+ :class: ` Symfony\\ Component\\ Console\\ Logger\\ ConsoleLogger ` as logger.
7272Log messages emitted will be displayed on the console output.
7373
7474Verbosity
7575---------
7676
7777Depending 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 `
7979instance.
8080
8181By default, the console logger behaves like the
You can’t perform that action at this time.
0 commit comments