Skip to content

Commit de9b4bf

Browse files
committed
Fix PHPCS error in SymfonyConsoleIo
1 parent c226e38 commit de9b4bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/SymfonyConsoleIo.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99

1010
class SymfonyConsoleIo implements IoInterface
1111
{
12-
public function __construct(
13-
private SymfonyStyle $io,
14-
) {
12+
public function __construct(private SymfonyStyle $io)
13+
{
1514
}
1615

1716
/**

0 commit comments

Comments
 (0)