X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole.php;h=2521e21bef7e08e385702dbdf856d3f7b1bd93ef;hb=d826fe0a3bccca8d8fd7fdee567a81994b6bde5a;hp=ebd4c51a9ddb8ff1d07ce57cc6fcd8c831c231a0;hpb=37405567c1a71a805b722ae56604be7ee89251ab;p=friendica.git diff --git a/src/Core/Console.php b/src/Core/Console.php index ebd4c51a9d..2521e21bef 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -121,7 +121,7 @@ HELP; $this->dice = $dice; } - protected function doExecute() + protected function doExecute(): int { if ($this->getOption('v')) { $this->out('Executable: ' . $this->executable);