Skip to content

Commit a9c36b7

Browse files
janedbalondrejmirtes
authored andcommitted
Drop unused SymfonyStyle::getSymfonyStyle
1 parent de29265 commit a9c36b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Command/Symfony/SymfonyStyle.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ public function __construct(private StyleInterface $symfonyStyle)
1515
{
1616
}
1717

18-
public function getSymfonyStyle(): StyleInterface
19-
{
20-
return $this->symfonyStyle;
21-
}
22-
2318
public function title(string $message): void
2419
{
2520
$this->symfonyStyle->title($message);

0 commit comments

Comments
 (0)