X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FLock%2FILockDriver.php;h=7cbaa4fc6908a701721c1886705a3a85c2ff3fae;hb=fb371e10486f535ffcb52569a55e185b5a78c015;hp=2ee145980c5bae0bf5572f548d958f8fe3cca621;hpb=9b07132b801791783a60eeeafe69df8ae735b24b;p=friendica.git diff --git a/src/Core/Lock/ILockDriver.php b/src/Core/Lock/ILockDriver.php index 2ee145980c..7cbaa4fc69 100644 --- a/src/Core/Lock/ILockDriver.php +++ b/src/Core/Lock/ILockDriver.php @@ -33,12 +33,12 @@ interface ILockDriver /** * Releases a lock if it was set by us * - * @param string $key The Name of the lock - * @param bool $force Force the lock to get released + * @param string $key The Name of the lock + * @param bool $override Overrides the lock to get released * * @return void */ - public function releaseLock($key, $force = false); + public function releaseLock($key, $override = false); /** * Releases all lock that were set by us