sixty-nine/php-cloud-lib

View on GitHub
src/SixtyNine/Cloud/Command/BaseCloudCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

Method configure has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function configure()
    {
        $this
            // Filters options
            ->addOption('case', null, InputOption::VALUE_OPTIONAL, 'Change case filter type (uppercase, lowercase, ucfirst)')
Severity: Minor
Found in src/SixtyNine/Cloud/Command/BaseCloudCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status