1
0
Fork 0

Move KeyValuePairStorage to strategies

This commit is contained in:
Philipp Holzer 2023-07-23 03:15:59 +02:00
commit 58f56c7d7d
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
4 changed files with 44 additions and 3 deletions

View file

@ -36,7 +36,7 @@ abstract class AbstractLock implements ICanLock
/**
* Check if we've locally acquired a lock
*
* @param string key The Name of the lock
* @param string $key The Name of the lock
*
* @return bool Returns true if the lock is set
*/