src/helpers.php
Showing 1 of 1 total issue
Function array_get
has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring. Open
Open
function array_get($array, $key, $default = null) { if ($array instanceof \Slim\Collection) { $array = $array->all(); }
- Read upRead up