Jagepard/Rudra-Framework

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

Summary

Maintainability
A
1 hr
Test Coverage

Method actionIndex has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function actionIndex(): void
    {
        Cli::printer("Enter container name: ", "magneta");
        $container = ucfirst(str_replace(PHP_EOL, "", Cli::reader()));
        $className = $container . 'Controller';
Severity: Minor
Found in app/Ship/Command/CreateContainerCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status