@@ -13,8 +13,6 @@ |
||
| 13 | 13 | final class Dimension extends HttpApi |
| 14 | 14 | { |
| 15 | 15 | /** |
| 16 | - * @param string $username |
|
| 17 | - * @param array $params |
|
| 18 | 16 | * |
| 19 | 17 | * @return Index|ResponseInterface |
| 20 | 18 | * |
@@ -106,7 +106,7 @@ |
||
| 106 | 106 | * Send a POST request with raw data. |
| 107 | 107 | * |
| 108 | 108 | * @param string $path Request path |
| 109 | - * @param array|string $body Request body |
|
| 109 | + * @param string $body Request body |
|
| 110 | 110 | * @param array $requestHeaders Request headers |
| 111 | 111 | * |
| 112 | 112 | * @return ResponseInterface |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Happyr\ApiClient\Hydrator\NoopHydrator; |
| 8 | 8 | use Http\Client\HttpClient; |
| 9 | 9 | use Happyr\ApiClient\Hydrator\Hydrator; |
| 10 | -use Happyr\ApiClient\RequestBuilder; |
|
| 11 | 10 | use Http\Message\RequestFactory; |
| 12 | 11 | use Psr\Http\Message\ResponseInterface; |
| 13 | 12 | |
@@ -64,7 +64,6 @@ |
||
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | - * @param string $apiKey |
|
| 68 | 67 | * |
| 69 | 68 | * @return HappyrClient |
| 70 | 69 | */ |