]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Test.php
spelling: unable
[friendica.git] / src / Console / Test.php
index 062e386f05a94ee26ca566bff99cbee6d6196a60..bb81ef97bec47cd48c384278ceaec8870bdab52c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -42,7 +42,7 @@ HELP;
                return $help;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);