Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1702037

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: uncomment the "Before" code part
2 parentscc5653b +2d77f5d commit1702037

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)

[8]ページ先頭

©2009-2025 Movatter.jp