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

Fix PHPDoc of public interface ILockingProvider
remotes/origin/poc-doctrine-migrations v8.1.0beta2
Joas Schilling 2015-05-18 12:43:07 +07:00
commit 85f500f070
1 changed files with 1 additions and 1 deletions

@ -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);