mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Merge pull request #16398 from owncloud/fix-php-doc
Fix PHPDoc of public interface ILockingProvider
This commit is contained in:
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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue