diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-05-22 13:30:32 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-05-22 13:30:32 +0200 |
commit | ff1f341d9776401f4e68a5de12b546ca26f229d1 (patch) | |
tree | fd7ad98180a0a3dc75136c53ea9f382917719951 /lib | |
parent | c4f6a80bdc10f502b5e0770fa25da7d5f8a95a7b (diff) | |
download | nextcloud-server-ff1f341d9776401f4e68a5de12b546ca26f229d1.tar.gz nextcloud-server-ff1f341d9776401f4e68a5de12b546ca26f229d1.zip |
Fix phpdoc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/files/cache/watcher.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/cache/watcher.php b/lib/private/files/cache/watcher.php index 599752a6eff..5a4f53fb73d 100644 --- a/lib/private/files/cache/watcher.php +++ b/lib/private/files/cache/watcher.php @@ -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; |