src/AwsInspector/Command/Ec2/ListCommand.php
Showing 2 of 2 total issues
Method execute
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function execute(InputInterface $input, OutputInterface $output) { $tags = $input->getOption('tag'); $tags = $this->convertTags($tags);
Function execute
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
protected function execute(InputInterface $input, OutputInterface $output) { $tags = $input->getOption('tag'); $tags = $this->convertTags($tags);
- Read upRead up