strata-mvc/strata

View on GitHub
src/Shell/Command/Generator/CommandGenerator.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function generateCommand()
    {
        $namespace = Strata::getNamespace() . "\\Shell\\Command";
        $destination = implode(DIRECTORY_SEPARATOR, array("src", "Shell", "Command", "{$this->classname}.php"));

Severity: Minor
Found in src/Shell/Command/Generator/CommandGenerator.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status