updated message

This commit is contained in:
Philipp 2025-01-02 13:06:42 +01:00
parent efa912c373
commit 0d2419e402
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 4 additions and 4 deletions

View file

@ -90,8 +90,8 @@ HELP;
protected function doExecute() protected function doExecute()
{ {
if ($this->executable != 'bin/console.php') { if ($this->executable !== 'bin/console.php') {
$this->out(sprintf("Deprecated use of '%s', use '%s daemon' instead", $this->executable, 'bin/console.php')); $this->out(sprintf("'%s' is deprecated and will removed. Please use 'bin/console.php daemon' instead", $this->executable));
} }
if ($this->mode->isInstall()) { if ($this->mode->isInstall()) {

View file

@ -77,8 +77,8 @@ HELP;
protected function doExecute() protected function doExecute()
{ {
if ($this->executable != 'bin/console.php') { if ($this->executable !== 'bin/console.php') {
$this->out(sprintf("Deprecated use of '%s', use '%s jetstream' instead", $this->executable, 'bin/console.php')); $this->out(sprintf("'%s' is deprecated and will removed. Please use 'bin/console.php jetstream' instead", $this->executable));
} }
if ($this->mode->isInstall()) { if ($this->mode->isInstall()) {