owncloud/core

View on GitHub
lib/private/Files/Storage/Node.php

Summary

Maintainability
B
4 hrs
Test Coverage

Node has 33 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class Node implements FilesNode {
    /** @var IStorage */
    protected $storage;

    /** @var string $path relativ to the storage root */
Severity: Minor
Found in lib/private/Files/Storage/Node.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status