src/Containers/Providers/AutoWireProvider.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method saveParam has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function saveParam(
        Definition $definition,
        \ReflectionParameter $param
    ): void {
        if (!is_null(value: $param->getType()) && !$param->isOptional()) {
Severity: Minor
Found in src/Containers/Providers/AutoWireProvider.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status