X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FContact.php;h=37f3f056e4f755da410df6b52419f702c53ef090;hb=1810b32c26683bb94fee10de2ffe18de1a7e85bf;hp=f051d870a295c8710a72f21a7b7c57992fc3f486;hpb=f36d4891bcf0a0eb4f0243851375966d6e99d201;p=friendica.git diff --git a/src/Console/Contact.php b/src/Console/Contact.php index f051d870a2..37f3f056e4 100644 --- a/src/Console/Contact.php +++ b/src/Console/Contact.php @@ -76,7 +76,7 @@ HELP; $this->appMode = $appMode; } - protected function doExecute() + protected function doExecute(): int { if ($this->getOption('v')) { $this->out('Class: ' . __CLASS__);