Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Mar 11, 2023
1 parent e890d84 commit 12880b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions logging/monolog_console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ The example above could then be rewritten as::

class YourCommand extends Command
{
public function __construct(private LoggerInterface $logger)
{
public function __construct(
private LoggerInterface $logger,
) {
}

protected function execute(InputInterface $input, OutputInterface $output)
Expand Down

0 comments on commit 12880b8

Please sign in to comment.