Skip to content
Snippets Groups Projects
Commit 65259114 authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #14929 from owncloud/s2s-scanner-warnings

Fix scanFile signature warnings
parents b51b4f0a b9d94051
Branches main
No related tags found
Loading
......@@ -33,7 +33,7 @@ class Scanner extends \OC\Files\Cache\Scanner {
* @param int $reuseExisting
* @return array an array of metadata of the scanned file
*/
public function scanFile($file, $reuseExisting = 0) {
public function scanFile($file, $reuseExisting = 0, $parentId = -1, $cacheData = null) {
try {
return parent::scanFile($file, $reuseExisting);
} catch (ForbiddenException $e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment