REBELinBLUE/deployer

View on GitHub
app/Console/Commands/CreateUser.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function handle(Dispatcher $dispatcher, Validation $validation)
    {
        $arguments = [
            'name'     => $this->argument('name'),
            'email'    => $this->argument('email'),
Severity: Minor
Found in app/Console/Commands/CreateUser.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status