GrafiteInc/Auth

View on GitHub
src/AuthRouteMethods.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function auth()
    {
        return function ($options = [], $middleware = []) {
            $namespace = class_exists($this->prependGroupNamespace('Auth\LoginController')) ? null : 'App\Http\Controllers';

Severity: Minor
Found in src/AuthRouteMethods.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status