Skip to content

Commit b0e3af5

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [VarDumper] Fix CSS alignment in HtmlDumper allow environment variables starting with an underscore Update a test [PsrHttpMessageBridge] Fix links in composer.json [Mailer][Postmark] Add missing changelog for webhook support Remove #StandWithUkraine [Notifier][Smsc] Require login and password
2 parents c4f8b76 + a2d4835 commit b0e3af5

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
@@ -158,7 +158,7 @@ public function all(string $namespace = null): array
158158

159159
public function getLongVersion(): string
160160
{
161-
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');
161+
return parent::getLongVersion().sprintf(' (env: <comment>%s</>, debug: <comment>%s</>)', $this->kernel->getEnvironment(), $this->kernel->isDebug() ? 'true' : 'false');
162162
}
163163

164164
public function add(Command $command): ?Command

0 commit comments

Comments
 (0)