]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Storage.php
spelling: group id
[friendica.git] / src / Console / Storage.php
index fbe55f34c3c8a39c3aee9203e2fabb4ff2250c2b..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
  *
@@ -33,7 +33,7 @@ class Storage extends \Asika\SimpleConsole\Console
 {
        protected $helpOptions = ['h', 'help', '?'];
 
-       /** @var \Friendica\Core\Storage\Repository\StorageManager */
+       /** @var StorageManager */
        private $storageManager;
 
        /**
@@ -69,7 +69,7 @@ HELP;
                return $help;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Executable: ' . $this->executable);