We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fd0a9 commit 1f91cb4Copy full SHA for 1f91cb4
Tests/Fixtures/Style/SymfonyStyle/command/command_23.php
@@ -4,7 +4,6 @@
4
use Symfony\Component\Console\Output\OutputInterface;
5
use Symfony\Component\Console\Style\SymfonyStyle;
6
7
-// ensure that nested tags have no effect on the color of the '//' prefix
8
return function (InputInterface $input, OutputInterface $output) {
9
$output = new SymfonyStyle($input, $output);
10
$output->text('Hello');
0 commit comments