]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/ArchiveContact.php
Merge pull request #12562 from MrPetovan/bug/notices
[friendica.git] / src / Console / ArchiveContact.php
index e3ccc4811983bf4cc1bb0a5398bc4f919ff8890b..7e1b07af2479973ecd56e4470da8ce540eee8a35 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -80,7 +80,7 @@ HELP;
                $this->l10n = $l10n;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);