AOEpeople/StackFormation

View on GitHub
src/AwsInspector/Command/CloudwatchLogs/ShowLogGroupsCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method execute has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

protected function execute(InputInterface $input, OutputInterface $output)
{
$groupPattern = $input->getArgument('group');
if (empty($groupPattern)) {
$groupPattern = '.*';
Severity: Minor
Found in src/AwsInspector/Command/CloudwatchLogs/ShowLogGroupsCommand.php - About 1 hr to fix
    Category
    Status