Skip to content

Commit 1f91cb4

Browse files
committed
[Console] Fixed typo
1 parent 35fd0a9 commit 1f91cb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Fixtures/Style/SymfonyStyle/command/command_23.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
use Symfony\Component\Console\Output\OutputInterface;
55
use Symfony\Component\Console\Style\SymfonyStyle;
66

7-
// ensure that nested tags have no effect on the color of the '//' prefix
87
return function (InputInterface $input, OutputInterface $output) {
98
$output = new SymfonyStyle($input, $output);
109
$output->text('Hello');

0 commit comments

Comments
 (0)