Skip to content

Commit 9d0b421

Browse files
committed
minor #7142 Removed superfluous use statement in documentation (cmtatro85)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #7142). Discussion ---------- Removed superfluous use statement in documentation It would appear that SymfonyStyle is no longer being used. It shouldn't remain as being used. Commits ------- 1b1fa05 Removed superfluous use statement
2 parents ed3ae3c + 1b1fa05 commit 9d0b421

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)