src/AwsInspector/Command/CloudwatchLogs/ShowLogGroupsCommand.php
Method execute
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function execute(InputInterface $input, OutputInterface $output)
{
$groupPattern = $input->getArgument('group');
if (empty($groupPattern)) {
$groupPattern = '.*';