mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Signature of overriding method should match the parent
This commit is contained in:
parent
ac94126393
commit
b30515ddda
1 changed files with 1 additions and 1 deletions
2
apps/files_sharing/lib/external/scanner.php
vendored
2
apps/files_sharing/lib/external/scanner.php
vendored
|
|
@ -34,7 +34,7 @@ class Scanner extends \OC\Files\Cache\Scanner {
|
|||
protected $storage;
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function scan($path, $recursive = self::SCAN_RECURSIVE, $reuse = -1) {
|
||||
public function scan($path, $recursive = self::SCAN_RECURSIVE, $reuse = -1, $lock = true) {
|
||||
$this->scanAll();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue