src/AwsInspector/Model/Rds/Repository.php
Showing 1 of 1 total issue
Function findDatabasesByTags
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
public function findDatabasesByTags(array $tags = array()) { $databases = $this->findDatabases(); $matchingDatabases = new Collection(); foreach ($databases as $database) {
- Read upRead up