Merge pull request #16398 from owncloud/fix-php-doc

Fix PHPDoc of public interface ILockingProvider
This commit is contained in:
Joas Schilling 2015-05-18 12:43:07 +02:00
commit 85f500f070
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ interface ILockingProvider {
/**
* @param string $path
* @param int $type self::LOCK_SHARED or self::LOCK_EXCLUSIVE
* @throws \OCP\Files\Lock\LockedException
* @throws \OCP\Lock\LockedException
*/
public function acquireLock($path, $type);