src/AwsInspector/Command/CloudwatchLogs/SetRetentionCommand.php
Showing 2 of 2 total issues
Method execute
has 33 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 $days = $input->getArgument('days');
Function execute
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
Open
protected function execute(InputInterface $input, OutputInterface $output) { // TODO: refactor this to use \AwsInspector\Model\CloudWatchLogs\Repository $days = $input->getArgument('days');
- Read upRead up