]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Maintenance.php
Ward against missing keys in Model\APContact::isRelay
[friendica.git] / src / Console / Maintenance.php
index 7e731828466d8d2f5b176bb9f149948c389007b3..7744c9ee471d0b56ed07ea4ab25825a20e86fbc9 100644 (file)
@@ -77,7 +77,7 @@ HELP;
                $this->config = $config;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);