From 130893673c40dee5a4253ca043b4f14966da327a Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Tue, 26 Jun 2018 23:33:02 +0200 Subject: [PATCH] Bugfixing ILockDriver (forgot isLocked) --- src/Util/Lock/ILockDriver.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Util/Lock/ILockDriver.php b/src/Util/Lock/ILockDriver.php index 6b8a08cb04..97052b35af 100644 --- a/src/Util/Lock/ILockDriver.php +++ b/src/Util/Lock/ILockDriver.php @@ -35,7 +35,4 @@ interface ILockDriver * @return void */ public function releaseAll(); - - - public function isLocked(); } \ No newline at end of file