Skip to content

Commit 8234525

Browse files
committed
minor symfony#53238 Remove #StandWithUkraine (BafS)
This PR was merged into the 5.4 branch. Discussion ---------- Remove `#StandWithUkraine` | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | symfony#52577 | License | MIT Without being too political - Stand with Ukraine got removed from symfony-cli (symfony-cli/symfony-cli@7b1629f) - There is other wars and conflicts in the world, it's not fair to only have this for Ukraine (why not for Palestine?) Commits ------- 8b29236 Remove #StandWithUkraine
2 parents cb80b4f + 8b29236 commit 8234525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Console/Application.php

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

153153
public function add(Command $command)

0 commit comments

Comments
 (0)