Pink-Crab/HTTP

View on GitHub
src/HTTP_Helper.php

Summary

Maintainability
A
0 mins
Test Coverage

Method response has 5 arguments (exceeds 4 allowed). Consider refactoring.
Invalid

        $body = null,
        int $status = 200,
        array $headers = array(),
        string $version = '1.1',
        string $reason = null
Severity: Minor
Found in src/HTTP_Helper.php - About 35 mins to fix

    Method request has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Invalid

            string $method,
            $uri,
            array $headers = array(),
            $body = null,
            string $version = '1.1'
    Severity: Minor
    Found in src/HTTP_Helper.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status