phug-php/dependency-injection

View on GitHub
DependencyInjection/FunctionWrapper.php

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

Function dumpParameters has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

public function dumpParameters()
{
$parameters = [];
foreach ($this->getParameters() as $parameter) {
$string = '';
Severity: Minor
Found in DependencyInjection/FunctionWrapper.php - About 35 mins to fix

There are no issues that match your filters.

Category
Status