laravel/framework

View on GitHub
src/Illuminate/Database/Console/Migrations/FreshCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function handle()
    {
        if ($this->isProhibited() ||
            ! $this->confirmToProceed()) {
            return Command::FAILURE;
Severity: Minor
Found in src/Illuminate/Database/Console/Migrations/FreshCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status