Completed
Push — master ( 760352...c3f335 )
by Christian
03:16
created
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.