Fix PHPDoc of public interface ILockingProvider

remotes/origin/poc-doctrine-migrations
Morris Jobke 11 years ago
parent 7ee3f99a4a
commit fc2c9e8f5f
  1. 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