Skip to content

Commit 00e9503

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: allow environment variables starting with an underscore Update a test Remove #StandWithUkraine [Notifier][Smsc] Require login and password
2 parents 9966ef2 + 804edde commit 00e9503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function all(string $namespace = null): array
130130

131131
public function getLongVersion(): string
132132
{
133-
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');
133+
return parent::getLongVersion().sprintf(' (env: <comment>%s</>, debug: <comment>%s</>)', $this->kernel->getEnvironment(), $this->kernel->isDebug() ? 'true' : 'false');
134134
}
135135

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

0 commit comments

Comments
 (0)