]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Lock.php
Merge pull request #11249 from MrPetovan/bug/11248-getinfofromurl-cache-key
[friendica.git] / src / Console / Lock.php
index 3b73837b6e41e7cbd8d1bb87f8c087a499681866..eea5d51e10fa252bba1432c004786cd8b89e3018 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
  *
@@ -42,7 +42,7 @@ class Lock extends \Asika\SimpleConsole\Console
        private $appMode;
 
        /**
-        * @var \Friendica\Core\Lock\Capability\ICanLock
+        * @var ICanLock
         */
        private $lock;