aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache/scanner.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-03-24 02:06:50 +0100
committerRobin Appelman <icewind@owncloud.com>2013-03-24 02:06:50 +0100
commit0e55b611693ffa2171844a476573ebfc211b35e8 (patch)
treeee5facb2ba4a206e73e30598383ecba3307d2625 /lib/files/cache/scanner.php
parent24d471af294938a6f89af74710ecb8d6bd1e33b5 (diff)
downloadnextcloud-server-0e55b611693ffa2171844a476573ebfc211b35e8.tar.gz
nextcloud-server-0e55b611693ffa2171844a476573ebfc211b35e8.zip
Improve phpdoc for the filecache
Diffstat (limited to 'lib/files/cache/scanner.php')
-rw-r--r--lib/files/cache/scanner.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/cache/scanner.php b/lib/files/cache/scanner.php
index f285f3bed11..a1f688d3aca 100644
--- a/lib/files/cache/scanner.php
+++ b/lib/files/cache/scanner.php
@@ -91,7 +91,7 @@ class Scanner {
* scan all the files in a folder and store them in the cache
*
* @param string $path
- * @param SCAN_RECURSIVE/SCAN_SHALLOW $recursive
+ * @param bool $recursive
* @param bool $onlyChilds
* @return int the size of the scanned folder or -1 if the size is unknown at this stage
*/