Jagepard/Rudra-Framework

View on GitHub
app/Ship/Command/CreateControllerCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

Method createClass has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function createClass(string $controllerPrefix, string $container): string
    {
        $url = strtolower("$container/$controllerPrefix");

        if (Rudra::config()->get("attributes")) {
Severity: Minor
Found in app/Ship/Command/CreateControllerCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status