Completed
Push — master ( b45622...bdcb60 )
by Olivier
04:50
created
src/Api/HttpApi.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -117,6 +117,7 @@
 block discarded – undo
117 117
 
118 118
     /**
119 119
      * Send a POST request with raw data.
120
+     * @param string $body
120 121
      */
121 122
     private function httpPostRaw(string $path, $body, array $requestHeaders = []): ResponseInterface
122 123
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Shapin\Stripe\ErrorHandler;
13 13
 use Shapin\Stripe\HttpQueryBuilder;
14 14
 use Shapin\Stripe\Hydrator\Hydrator;
15
-use Shapin\Stripe\RequestBuilder;
16 15
 use Symfony\Contracts\HttpClient\HttpClientInterface;
17 16
 use Symfony\Contracts\HttpClient\ResponseInterface;
18 17
 
Please login to merge, or discard this patch.