Skip to content

Commit a2d4835

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

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

167167
public function getLongVersion(): string
168168
{
169-
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');
169+
return parent::getLongVersion().sprintf(' (env: <comment>%s</>, debug: <comment>%s</>)', $this->kernel->getEnvironment(), $this->kernel->isDebug() ? 'true' : 'false');
170170
}
171171

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

0 commit comments

Comments
 (0)