plugins/admin/admin_modules/yf_admin_groups.class.php

Summary

Maintainability
A
1 hr
Test Coverage

Method show has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function show()
    {
        $blocks = main()->get_data('blocks_all');
        foreach ((array) $blocks as $_id => $_info) {
            if ($_info['type'] == 'admin' && $_info['name'] == 'center_area') {
Severity: Minor
Found in plugins/admin/admin_modules/yf_admin_groups.class.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status