src/AwsInspector/Model/Ec2/Factory.php
Showing 1 of 1 total issue
Function create
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
public static function create(array $apiData) { $className = '\AwsInspector\Model\Ec2\Instance'; // override base class
- Read upRead up