owncloud/core

View on GitHub
lib/private/Streamer.php

Summary

Maintainability
A
1 hr
Test Coverage

Method addDirRecursive has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function addDirRecursive($dir, $internalDir='') {
        $dirname = \basename($dir);
        $rootDir = $internalDir . $dirname;
        if (!empty($rootDir)) {
            $dirOpts = [
Severity: Minor
Found in lib/private/Streamer.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status