src/AwsInspector/Command/CloudwatchLogs/DeleteLambdaTriggerCommand.php
Showing 2 of 2 total issues
Function execute
has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring. Open
Open
protected function execute(InputInterface $input, OutputInterface $output) { // TODO: refactor this to use \AwsInspector\Model\CloudWatchLogs\Repository $groupPattern = $input->getArgument('group');
- Read upRead up
Method execute
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function execute(InputInterface $input, OutputInterface $output) { // TODO: refactor this to use \AwsInspector\Model\CloudWatchLogs\Repository $groupPattern = $input->getArgument('group');