owncloud/core

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

Summary

Maintainability
A
1 hr
Test Coverage

Method fopen has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function fopen($mode) {
        $preHooks = [];
        $postHooks = [];
        $requiredPermissions = \OCP\Constants::PERMISSION_READ;
        switch ($mode) {
Severity: Minor
Found in lib/private/Files/Node/File.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status