]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/CreateDoxygen.php
Merge remote-tracking branch 'upstream/develop' into json-ld
[friendica.git] / src / Console / CreateDoxygen.php
index 244988cfbd36028bf7dd080cb24ea658fda9adcb..3d5ba865c06c8015339eeb9019782801825f57fa 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
  *
@@ -45,7 +45,7 @@ HELP;
                return $help;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);