mdmsoft/yii2-admin

View on GitHub
models/searchs/Menu.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function search($params)
    {
        $query = MenuModel::find()
            ->from(MenuModel::tableName() . ' t')
            ->joinWith(['menuParent' => function ($q) {
Severity: Minor
Found in models/searchs/Menu.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status