From 0c9604e3b2b44885647e2bc2edda95329fddbf47 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 5 Jun 2015 17:30:45 +0200 Subject: [OCP] update PHPdoc to contain correct @since tags --- lib/public/files/storage.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/public/files/storage.php') diff --git a/lib/public/files/storage.php b/lib/public/files/storage.php index ee160c50e89..a238b77eb96 100644 --- a/lib/public/files/storage.php +++ b/lib/public/files/storage.php @@ -420,6 +420,7 @@ interface Storage { * @param int $type \OCP\Lock\ILockingProvider::LOCK_SHARED or \OCP\Lock\ILockingProvider::LOCK_EXCLUSIVE * @param \OCP\Lock\ILockingProvider $provider * @throws \OCP\Lock\LockedException + * @since 8.1.0 */ public function acquireLock($path, $type, ILockingProvider $provider); @@ -427,6 +428,7 @@ interface Storage { * @param string $path The path of the file to acquire the lock for * @param int $type \OCP\Lock\ILockingProvider::LOCK_SHARED or \OCP\Lock\ILockingProvider::LOCK_EXCLUSIVE * @param \OCP\Lock\ILockingProvider $provider + * @since 8.1.0 */ public function releaseLock($path, $type, ILockingProvider $provider); @@ -435,6 +437,7 @@ interface Storage { * @param int $type \OCP\Lock\ILockingProvider::LOCK_SHARED or \OCP\Lock\ILockingProvider::LOCK_EXCLUSIVE * @param \OCP\Lock\ILockingProvider $provider * @throws \OCP\Lock\LockedException + * @since 8.1.0 */ public function changeLock($path, $type, ILockingProvider $provider); } -- cgit v1.2.3