]> 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 29ae120f7d88f4b9f050fc87798f840dbfefcdf6..7744c9ee471d0b56ed07ea4ab25825a20e86fbc9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -77,7 +77,7 @@ HELP;
                $this->config = $config;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);