diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-07-02 10:24:16 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-07-02 10:24:16 +0200 |
commit | a6ea91996c12199f5e90557fcca75fadd2fe4c6a (patch) | |
tree | 154952f7ced0cbade2e36c925cc5ea010d45ea21 | |
parent | 5580b0e7c0856c338d5ca975e5654a1207ad4dde (diff) | |
download | nextcloud-server-a6ea91996c12199f5e90557fcca75fadd2fe4c6a.tar.gz nextcloud-server-a6ea91996c12199f5e90557fcca75fadd2fe4c6a.zip |
Fix duplicated line in doc block
-rw-r--r-- | apps/files_sharing/lib/external/scanner.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/external/scanner.php b/apps/files_sharing/lib/external/scanner.php index 06708452c73..60eb7c8dacd 100644 --- a/apps/files_sharing/lib/external/scanner.php +++ b/apps/files_sharing/lib/external/scanner.php @@ -49,7 +49,6 @@ class Scanner extends \OC\Files\Cache\Scanner { * @param int $parentId * @param array | null $cacheData existing data in the cache for the file to be scanned * @param bool $lock set to false to disable getting an additional read lock during scanning - * @param array | null $cacheData existing data in the cache for the file to be scanned * @return array an array of metadata of the scanned file */ public function scanFile($file, $reuseExisting = 0, $parentId = -1, $cacheData = null, $lock = true) { |