pulsarvp/vps-tools

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

        public function bootstrap ($app)
        {
            $app->setAliases([ '@userViews' => __DIR__ . '/views/user' ]);
            $app->setAliases([ '@rbacViews' => __DIR__ . '/views/rbac' ]);
            $app->getUrlManager()->addRules([
Severity: Major
Found in src/modules/user/Module.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status