Showing 2 of 2 total issues
Method request
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function request($method, $server, $path, $query = NULL, array $headers = array()) {
$key = false;
$response = false;
// Query to array
Method request
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function request($method, $server, $path, $query = NULL, array $headers = array()) {