pulsarvp/vps-tools

View on GitHub
src/modules/log/Module.php

Summary

Maintainability
A
1 hr
Test Coverage

Method bootstrap has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public function bootstrap ($app)
        {
            $app->setAliases([ '@logViews' => __DIR__ . '/views' ]);
            $app->setAliases([ '@vpsViews' => __DIR__ . '/../../views' ]);
            $app->getUrlManager()->addRules([
Severity: Minor
Found in src/modules/log/Module.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status