src/AwsInspector/Command/CloudwatchLogs/ShowLogGroupsCommand.php
Showing 1 of 1 total issue
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 = '.*';