owncloud/core

View on GitHub
lib/private/Repair/RepairInvalidShares.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    private function removeSharesNonExistingParent(IOutput $out) {
        $deletedEntries = 0;

        $query = $this->connection->getQueryBuilder();
        $query->select('s1.parent')
Severity: Minor
Found in lib/private/Repair/RepairInvalidShares.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status