Completed
Push — master ( 760352...c3f335 )
by Christian
03:16
created
src/XApiClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Xabbuh\XApi\Client\Api\ActivityProfileApiClient;
15 15
 use Xabbuh\XApi\Client\Api\AgentProfileApiClient;
16
-use Xabbuh\XApi\Client\Api\ApiClient;
17 16
 use Xabbuh\XApi\Client\Api\StateApiClient;
18 17
 use Xabbuh\XApi\Client\Api\StatementsApiClient;
19 18
 use Xabbuh\XApi\Client\Request\HandlerInterface;
Please login to merge, or discard this patch.
src/Api/StatementsApiClient.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -268,6 +268,10 @@
 block discarded – undo
268 268
         }
269 269
     }
270 270
 
271
+    /**
272
+     * @param string $body
273
+     * @param string $boundary
274
+     */
271 275
     private function parseMultipartResponseBody($body, $boundary)
272 276
     {
273 277
         $parts = array();
Please login to merge, or discard this patch.