AOEpeople/StackFormation

View on GitHub
src/AwsInspector/Model/Rds/Repository.php

Summary

Maintainability
A
45 mins
Test Coverage

Showing 1 of 1 total issue

Function findDatabasesByTags has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

public function findDatabasesByTags(array $tags = array())
{
$databases = $this->findDatabases();
$matchingDatabases = new Collection();
foreach ($databases as $database) {
Severity: Minor
Found in src/AwsInspector/Model/Rds/Repository.php - About 45 mins to fix

There are no issues that match your filters.

Category
Status