owncloud/core

View on GitHub
lib/private/Group/MetaData.php

Summary

Maintainability
A
1 hr
Test Coverage

Method get has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function get($groupSearch = '', $userSearch = '') {
        $key = $groupSearch . '::' . $userSearch;
        if (isset($this->metaData[$key])) {
            return $this->metaData[$key];
        }
Severity: Minor
Found in lib/private/Group/MetaData.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status