]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Addon.php
New table "post-counts" to precalculate the counts
[friendica.git] / src / Console / Addon.php
index 74b0818100065eea79582cf03fdc121ff9141edf..aa47d41a2411ba30c8e245a5886445e2b80c82a5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, 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__);