Completed
Push — master ( ff5b0d...faa513 )
by Tobias
05:10 queued 02:50
created
src/Api/Dimension.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Api/HttpApi.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/HappyrClient.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,6 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @param string $apiKey
68 67
      *
69 68
      * @return HappyrClient
70 69
      */
Please login to merge, or discard this patch.