themichaelhall/bluemvc-core

View on GitHub
src/Base/AbstractRequest.php

Summary

Maintainability
B
6 hrs
Test Coverage

AbstractRequest has 38 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class AbstractRequest implements RequestInterface
{
    /**
     * Constructs the request.
     *
Severity: Minor
Found in src/Base/AbstractRequest.php - About 5 hrs to fix

    Method __construct has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            UrlInterface $url,
            MethodInterface $method,
            HeaderCollectionInterface $headers,
            ParameterCollectionInterface $queryParameters,
            ParameterCollectionInterface $formParameters,
    Severity: Major
    Found in src/Base/AbstractRequest.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status