src/HttpClient/HttpClient.php
Method createRequest
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function createRequest($httpMethod, $path, $body = null, array $headers = array(), array $options = array()) {
Method request
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function request($path, $body = null, $httpMethod = 'GET', array $headers = array(), array $options = array()) {