src/Model/UserActionsTrait.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function initUserActions(): void
    {
        // declare our basic CRUD actions for the model
        $this->addUserAction('add', [
            'fields' => true,
Severity: Minor
Found in src/Model/UserActionsTrait.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status