mateusjunges/laravel-acl

View on GitHub
src/Console/Commands/UserPermissions.php

Summary

Maintainability
A
0 mins
Test Coverage

Method handle has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    public function handle(): int
    {
        $userParameter = $this->argument('user');
        $userModel = app(config('acl.models.user'));
        $user = null;
Severity: Minor
Found in src/Console/Commands/UserPermissions.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status