X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole.php;h=2521e21bef7e08e385702dbdf856d3f7b1bd93ef;hb=f9b7f3acdb92ef87c87007efcec65e38ad31a684;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);