1 | <?php |
||
13 | class Guzzle5ApiClient extends ApiClient implements ApiClientInterface |
||
14 | { |
||
15 | /** |
||
16 | * Guzzle5 Client implementation for making HTTP requests with |
||
17 | * the appropriate options. |
||
18 | * |
||
19 | * @param string $method |
||
20 | * @param string $uri |
||
21 | * @param array $options |
||
22 | * |
||
23 | * @return \GuzzleHttp\Message\ResponseInterface |
||
24 | */ |
||
25 | 3 | protected function _doRequest($method, $uri, $options) |
|
36 | } |
||
37 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.