]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Storage.php
bump version 2023.12
[friendica.git] / src / Console / Storage.php
index a4342e4b4113b03cf1601a61a55b6e0c61d784c6..ea9f5ae20d2e7f2928a8606a75774b7452cda32b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -69,7 +69,7 @@ HELP;
                return $help;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Executable: ' . $this->executable);