mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #17324 from owncloud/fix-duplicated-line-in-doc-block
Fix duplicated line in doc block
This commit is contained in:
commit
aedf4848f7
1 changed files with 0 additions and 1 deletions
1
apps/files_sharing/lib/external/scanner.php
vendored
1
apps/files_sharing/lib/external/scanner.php
vendored
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue