Skip to content

Commit 2d77f5d

Browse files
committed
minor #11248 [Console] uncomment the "Before" code part (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- [Console] uncomment the "Before" code part for better syntax highlighting The current version: ![Screenshot 2019-03-29 10 58 30](https://user-images.githubusercontent.com/995707/55224862-a48aeb00-5211-11e9-8139-e7bac0f566c8.png) Commits ------- a9fc18a uncomment the "Before" code part
2 parents 32d470b + a9fc18a commit 2d77f5d

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)