owncloud/core

View on GitHub
apps/dav/lib/AppInfo/Application.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function registerHooks() {
        /** @var HookManager $hm */
        $hm = $this->getContainer()->query(HookManager::class);
        $hm->setup();

Severity: Minor
Found in apps/dav/lib/AppInfo/Application.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status