[Pkg-owncloud-commits] [owncloud] 30/79: Fix duplicated line in doc block
David Prévot
taffit at moszumanska.debian.org
Tue Sep 1 20:55:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit e272ec0c3eb4668b6404bd66088a9798c875b0c7
Author: Joas Schilling <nickvergessen at owncloud.com>
Date: Thu Jul 2 10:24:16 2015 +0200
Fix duplicated line in doc block
---
apps/files_sharing/lib/external/scanner.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/apps/files_sharing/lib/external/scanner.php b/apps/files_sharing/lib/external/scanner.php
index 0670845..60eb7c8 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) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list