]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Lock.php
Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop
[friendica.git] / src / Console / Lock.php
index c43213fba8f1bdb6513286b602631c2b2eeb2591..a89f3d861ab050130b3741620d4db6d40f4aeeb3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -84,7 +84,7 @@ HELP;
                $this->lock    = $lock;
        }
 
-       protected function doExecute()
+       protected function doExecute(): int
        {
                if ($this->getOption('v')) {
                        $this->out('Executable: ' . $this->executable);