src/StackFormation/TemplateMerger.php
Showing 2 of 2 total issues
Function merge
has a Cognitive Complexity of 38 (exceeds 5 allowed). Consider refactoring. Open
Open
public function merge(array $templates, $description = null, array $additionalData = []) { if (count($templates) == 0) { throw new \InvalidArgumentException('No templates given'); }
- Read upRead up
Method merge
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function merge(array $templates, $description = null, array $additionalData = []) { if (count($templates) == 0) { throw new \InvalidArgumentException('No templates given'); }