owncloud/core

View on GitHub
lib/private/Files/ObjectStore/NoopScanner.php

Summary

Maintainability
A
1 hr
Test Coverage

Method scanFile has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function scanFile($file, $reuseExisting = 0, $parentId = -1, $cacheData = null, $lock = true) {
Severity: Minor
Found in lib/private/Files/ObjectStore/NoopScanner.php - About 35 mins to fix

    Method scanChildren has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        protected function scanChildren($path, $recursive = self::SCAN_RECURSIVE, $reuse = -1, $folderData = null, $lock = true) {
    Severity: Minor
    Found in lib/private/Files/ObjectStore/NoopScanner.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status