]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/DocBloxErrorChecker.php
API: Accept "redirect_uris" as both array and string
[friendica.git] / src / Console / DocBloxErrorChecker.php
index c2fe5059ed1a05a43560961985a94210970a0eeb..81a47f663b61b746ae6f61584f57609d350c1897 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -71,7 +71,7 @@ HELP;
                return $help;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);