owncloud/core

View on GitHub
apps/files/lib/Command/RemoveStorageCache.php

Summary

Maintainability
A
1 hr
Test Coverage

Method execute has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function execute(InputInterface $input, OutputInterface $output) {
        if ($input->getOption('show-candidates')) {
            $this->showCandidates($output);
            return 0;
        }
Severity: Minor
Found in apps/files/lib/Command/RemoveStorageCache.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status