DependencyInjection/FunctionWrapper.php
Showing 1 of 1 total issue
Function dumpParameters
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
public function dumpParameters() { $parameters = []; foreach ($this->getParameters() as $parameter) { $string = '';
- Read upRead up