]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Extract.php
New option to disable the fetching of parents
[friendica.git] / src / Console / Extract.php
index daa14d00eb23472729a6aae42812918c2298886a..06015f6970692506407c8b2c471e80abea95bafe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -49,7 +49,7 @@ HELP;
                return $help;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);