rinvex/cortex-foundation

View on GitHub
src/Overrides/Barryvdh/Debugbar/DebugbarServiceProvider.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function boot()
    {
        $configPath = $this->app->basePath('vendor/barryvdh/laravel-debugbar/config/debugbar.php');
        $this->publishes([$configPath => $this->getConfigPath()], 'config');

Severity: Minor
Found in src/Overrides/Barryvdh/Debugbar/DebugbarServiceProvider.php - About 1 hr to fix

TODO found
Open

        // @TODO: refactor routes

There are no issues that match your filters.

Category
Status