]> 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 1b9d6ed2b6f1c3aae7ddaa35f1712cf47d6647bc..06015f6970692506407c8b2c471e80abea95bafe 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
  *
@@ -49,7 +49,7 @@ HELP;
                return $help;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);