AOEpeople/StackFormation

View on GitHub
src/StackFormation/TemplateMerger.php

Summary

Maintainability
C
1 day
Test Coverage

Showing 2 of 2 total issues

Function merge has a Cognitive Complexity of 38 (exceeds 5 allowed). Consider refactoring.
Open

public function merge(array $templates, $description = null, array $additionalData = [])
{
if (count($templates) == 0) {
throw new \InvalidArgumentException('No templates given');
}
Severity: Minor
Found in src/StackFormation/TemplateMerger.php - About 5 hrs to fix

Method merge has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

public function merge(array $templates, $description = null, array $additionalData = [])
{
if (count($templates) == 0) {
throw new \InvalidArgumentException('No templates given');
}
Severity: Major
Found in src/StackFormation/TemplateMerger.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status