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

Commit8403028

Browse files
committed
bug#16298 Changed one console output style to avoid visual issues (javiereguiluz)
This PR was merged into the 2.7 branch.Discussion----------Changed one console output style to avoid visual issues| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#16257| License | MIT| Doc PR | -Read [this comment](#16257 (comment)) for the rationale behind this change.Commits-------3c4e458 Changed one console output style to avoid visual issues
2 parentsf5f69a3 +3c4e458 commit8403028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Console/Style/SymfonyStyle.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function text($message)
164164
*/
165165
publicfunctionsuccess($message)
166166
{
167-
$this->block($message,'OK','fg=white;bg=green','',true);
167+
$this->block($message,'OK','fg=black;bg=green','',true);
168168
}
169169

170170
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp