Browse Source

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 11 years ago
parent
commit
85f500f070
  1. 2
      lib/public/lock/ilockingprovider.php

2
lib/public/lock/ilockingprovider.php

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

Loading…
Cancel
Save