Skip to content

Commit 1b1fa05

Browse files
cmtatroxabbuh
authored andcommitted
Removed superfluous use statement
It would appear that SymfonyStyle is no longer being used. It shouldn't remain as being used.
1 parent ed3ae3c commit 1b1fa05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

console/style.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ of your commands to change their appearance::
360360
use AppBundle\Console\CustomStyle;
361361
use Symfony\Component\Console\Input\InputInterface;
362362
use Symfony\Component\Console\Output\OutputInterface;
363-
use Symfony\Component\Console\Style\SymfonyStyle;
364363

365364
class GreetCommand extends ContainerAwareCommand
366365
{

0 commit comments

Comments
 (0)