Skip to content

Commit a9fc18a

Browse files
committed
uncomment the "Before" code part
for better syntax highlighting
1 parent 5d7608c commit a9fc18a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

console/style.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,11 @@ of your commands to change their appearance::
365365
protected function execute(InputInterface $input, OutputInterface $output)
366366
{
367367
// Before
368-
// $io = new SymfonyStyle($input, $output);
368+
$io = new SymfonyStyle($input, $output);
369369

370370
// After
371371
$io = new CustomStyle($input, $output);
372+
372373
// ...
373374
}
374375
}

0 commit comments

Comments
 (0)