Skip to content

Commit 6cf7910

Browse files
committed
minor #45670 Stand with Ukraine (fabpot)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Stand with Ukraine | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | n/a On 4.4 ![image](https://user-images.githubusercontent.com/47313/157268381-2cf9466b-a7b8-4879-af6a-e60833e32d12.png) On 5.4 ![image](https://user-images.githubusercontent.com/47313/157268499-6dbd7be8-1584-4a50-8717-872554739136.png) Commits ------- 0558ea3719 Fix colors for 4.4 37ca066c6f Stand with Ukraine
2 parents a2c8650 + 109e014 commit 6cf7910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function all($namespace = null)
148148
*/
149149
public function getLongVersion()
150150
{
151-
return parent::getLongVersion().sprintf(' (env: <comment>%s</>, debug: <comment>%s</>)', $this->kernel->getEnvironment(), $this->kernel->isDebug() ? 'true' : 'false');
151+
return parent::getLongVersion().sprintf(' (env: <comment>%s</>, debug: <comment>%s</>) <bg=blue;fg=yellow>#StandWith</><bg=yellow;fg=blue>Ukraine</> <href=https://sf.to/ukraine>https://sf.to/ukraine</>', $this->kernel->getEnvironment(), $this->kernel->isDebug() ? 'true' : 'false');
152152
}
153153

154154
public function add(Command $command)

0 commit comments

Comments
 (0)