]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/PostUpdate.php
Merge remote-tracking branch 'upstream/develop' into json-ld
[friendica.git] / src / Console / PostUpdate.php
index 4c047e502469c33a1a91d1377a3d3d65709cb7fe..8bec14e2767030846980b9759cd1e3e99da545b1 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
  *
@@ -38,7 +38,7 @@ class PostUpdate extends \Asika\SimpleConsole\Console
         */
        private $appMode;
        /**
-        * @var \Friendica\Core\Config\Capability\IManageConfigValues
+        * @var IManageConfigValues
         */
        private $config;
        /**
@@ -69,7 +69,7 @@ HELP;
                $this->l10n = $l10n;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                $a = \Friendica\DI::app();