Skip to content

Commit 12880b8

Browse files
committed
Minor
1 parent e890d84 commit 12880b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

logging/monolog_console.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ The example above could then be rewritten as::
4545

4646
class YourCommand extends Command
4747
{
48-
public function __construct(private LoggerInterface $logger)
49-
{
48+
public function __construct(
49+
private LoggerInterface $logger,
50+
) {
5051
}
5152

5253
protected function execute(InputInterface $input, OutputInterface $output)

0 commit comments

Comments
 (0)