aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/files/storage.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/files/storage.php')
-rw-r--r--lib/public/files/storage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/files/storage.php b/lib/public/files/storage.php
index ea1da575959..68d00fab34c 100644
--- a/lib/public/files/storage.php
+++ b/lib/public/files/storage.php
@@ -416,7 +416,7 @@ interface Storage {
public function moveFromStorage(\OCP\Files\Storage $sourceStorage, $sourceInternalPath, $targetInternalPath);
/**
- * @param string $path
+ * @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
* @throws \OCP\Lock\LockedException
@@ -424,7 +424,7 @@ interface Storage {
public function acquireLock($path, $type, ILockingProvider $provider);
/**
- * @param string $path
+ * @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
*/