owncloud/core

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function oldDatabaseTables() {
        return [
            'calendar_calendars',
            'calendar_objects',
            'calendar_share_calendar',
Severity: Minor
Found in lib/private/Repair/DropOldTables.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status