Fixing force-flag for lock-releasing
This commit is contained in:
parent
9f11476ca0
commit
9b07132b80
6 changed files with 23 additions and 11 deletions
|
@ -33,11 +33,12 @@ interface ILockDriver
|
|||
/**
|
||||
* Releases a lock if it was set by us
|
||||
*
|
||||
* @param string $key The Name of the lock
|
||||
* @param string $key The Name of the lock
|
||||
* @param bool $force Force the lock to get released
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function releaseLock($key);
|
||||
public function releaseLock($key, $force = false);
|
||||
|
||||
/**
|
||||
* Releases all lock that were set by us
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue