]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/PostUpdate.php
messages.po and and corrected typo in comment
[friendica.git] / src / Console / PostUpdate.php
index d0f1da08ebcd8d276a8f5340f0d8b2f4ebadc24f..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
  *
@@ -69,7 +69,7 @@ HELP;
                $this->l10n = $l10n;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                $a = \Friendica\DI::app();