]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Relay.php
spelling: cached
[friendica.git] / src / Console / Relay.php
index dfa39d8600a791bce1684fa49a6338bacf28d65c..52682241e69c63941ec84610a70445fad4287b7b 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
  *
@@ -76,7 +76,7 @@ HELP;
                $this->dba = $dba;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Executable: ' . $this->executable);