Fix phpdoc

This commit is contained in:
Robin Appelman 2014-05-22 13:30:32 +02:00
parent c4f6a80bdc
commit ff1f341d97
1 changed files with 1 additions and 1 deletions

View File

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