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