owncloud/core

View on GitHub
apps/dav/lib/Files/PublicFiles/SharedFolder.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getACL has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getACL() {
        $acl = [
            [
                'privilege' => '{DAV:}all',
                'principal' => '{DAV:}owner',
Severity: Minor
Found in apps/dav/lib/Files/PublicFiles/SharedFolder.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status