Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
aedf4848
Commit
aedf4848
authored
9 years ago
by
Vincent Petry
Browse files
Options
Downloads
Plain Diff
Merge pull request #17324 from owncloud/fix-duplicated-line-in-doc-block
Fix duplicated line in doc block
parents
73c20ec1
a6ea9199
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/files_sharing/lib/external/scanner.php
+0
-1
0 additions, 1 deletion
apps/files_sharing/lib/external/scanner.php
with
0 additions
and
1 deletion
apps/files_sharing/lib/external/scanner.php
+
0
−
1
View file @
aedf4848
...
@@ -49,7 +49,6 @@ class Scanner extends \OC\Files\Cache\Scanner {
...
@@ -49,7 +49,6 @@ class Scanner extends \OC\Files\Cache\Scanner {
* @param int $parentId
* @param int $parentId
* @param array | null $cacheData existing data in the cache for the file to be scanned
* @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 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
* @return array an array of metadata of the scanned file
*/
*/
public
function
scanFile
(
$file
,
$reuseExisting
=
0
,
$parentId
=
-
1
,
$cacheData
=
null
,
$lock
=
true
)
{
public
function
scanFile
(
$file
,
$reuseExisting
=
0
,
$parentId
=
-
1
,
$cacheData
=
null
,
$lock
=
true
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment