AOEpeople/StackFormation

View on GitHub
src/AwsInspector/Model/Ec2/Factory.php

Summary

Maintainability
A
25 mins
Test Coverage

Showing 1 of 1 total issue

Function create has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

public static function create(array $apiData)
{
$className = '\AwsInspector\Model\Ec2\Instance';
 
// override base class
Severity: Minor
Found in src/AwsInspector/Model/Ec2/Factory.php - About 25 mins to fix
Category
Status