src/GroupsServiceProvider.php
Showing 1 of 1 total issue
Function mergeConfigs
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
Open
protected function mergeConfigs(array $original, array $merging) { $array = array_merge($original, $merging); foreach ($original as $key => $value) {
- Read upRead up