php-yaoi/php-yaoi

View on GitHub
src/Cli/Command/Application/Completion.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function render()
    {
        $def = $this->command->definition();
        $bashFunction = str_replace('-', '_', $def->name);

Severity: Minor
Found in src/Cli/Command/Application/Completion.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status