Showing 2 of 2 total issues

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

    Method with_provided_data_it has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        string         $message,
        callable       $closure,
        array|callable $provider = [],
        int|null       $timeout = null,
        string         $scope = 'normal'
    Severity: Minor
    Found in kahlan-config.php - About 35 mins to fix
      Severity
      Category
      Status
      Source
      Language