Merge pull request #17202 from oparoz/repair-scan-signature

Signature of overriding method should match the parent
This commit is contained in:
Joas Schilling 2015-06-27 02:35:40 +02:00
commit 77ae2d6fc4
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}