10000 Merge branch '3.4' into 4.2 · symfony/symfony-docs@1702037 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1702037

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: uncomment the "Before" code part
2 parents cc5653b + 2d77f5d commit 1702037

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
@@ -366,10 +366,11 @@ of your commands to change their appearance::
366366
protected function execute(InputInterface $input, OutputInterface $output)
367367
{
368368
// Before
369-
// $io = new SymfonyStyle($input, $output);
369+
$io = new SymfonyStyle($input, $output);
370370

371371
// After
372372
$io = new CustomStyle($input, $output);
373+
373374
// ...
374375
}
375376
}

0 commit comments

Comments
 (0)
0