Furious-PHP/psr7

View on GitHub
src/ServerRequest.php

Summary

Maintainability
A
1 hr
Test Coverage

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

        string $method, $uri, string $version = '1.1', array $headers = [],
        array $queryParams = [], $body = null,
        array $serverParams = [], array $cookieParams = [],
        array $files = [], array $attributes = []
Severity: Major
Found in src/ServerRequest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status