Fix phpdoc
This commit is contained in:
parent
c4f6a80bdc
commit
ff1f341d97
1 changed files with 1 additions and 1 deletions
2
lib/private/files/cache/watcher.php
vendored
2
lib/private/files/cache/watcher.php
vendored
|
@ -45,7 +45,7 @@ class Watcher {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param int $policy either \OC\Files\Cache\Watcher::UPDATE_NEVER, \OC\Files\Cache\Watcher::UPDATE_ONCE, \OC\Files\Cache\Watcher::UPDATE_ALWAYS
|
||||
* @param int $policy either \OC\Files\Cache\Watcher::CHECK_NEVER, \OC\Files\Cache\Watcher::CHECK_ONCE, \OC\Files\Cache\Watcher::CHECK_ALWAYS
|
||||
*/
|
||||
public function setPolicy($policy) {
|
||||
$this->watchPolicy = $policy;
|
||||
|
|
Loading…
Reference in a new issue