davide-casiraghi/php-responsive-random-quote

View on GitHub
src/PhpResponsiveRandomQuoteServiceProvider.php

Summary

Maintainability
A
1 hr
Test Coverage

Method boot has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function boot()
    {
        if ($this->app->runningInConsole()) {
            $this->commands([
                ResponsiveQuote::class,  //the console class
Severity: Minor
Found in src/PhpResponsiveRandomQuoteServiceProvider.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status