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 e890d84 commit 12880b8Copy full SHA for 12880b8
logging/monolog_console.rst
@@ -45,8 +45,9 @@ The example above could then be rewritten as::
45
46
class YourCommand extends Command
47
{
48
- public function __construct(private LoggerInterface $logger)
49
- {
+ public function __construct(
+ private LoggerInterface $logger,
50
+ ) {
51
}
52
53
protected function execute(InputInterface $input, OutputInterface $output)
0 commit comments