]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Addon.php
Merge pull request #13785 from foss-/patch-11
[friendica.git] / src / Console / Addon.php
index 74b0818100065eea79582cf03fdc121ff9141edf..963e7683f6fb80b89d2bc79d2e85e0668690e502 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -82,7 +82,7 @@ HELP;
                AddonCore::loadAddons();
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);