src/Request.php

Summary

Maintainability
A
3 hrs
Test Coverage

Request has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

class Request extends Message implements ServerRequestInterface
{

    /**
     *
Severity: Minor
Found in src/Request.php - About 2 hrs to fix

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

        public function __construct($method, UriInterface $uri, HeadersInterface $headers, array $cookies, array $serverParams, StreamInterface $body, array $uploadedFiles = [])
    Severity: Major
    Found in src/Request.php - About 50 mins to fix

      There are no issues that match your filters.

      Category
      Status