src/HTTP_Helper.php
Method request
has 5 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
string $method,
$uri,
array $headers = array(),
$body = null,
string $version = '1.1'
Method response
has 5 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
$body = null,
int $status = 200,
array $headers = array(),
string $version = '1.1',
string $reason = null