Completed
Pull Request — master (#7)
by Stefan
09:04
created
Tests/Unit/ApiTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -360,7 +360,7 @@  discard block
 block discarded – undo
360 360
     }
361 361
 
362 362
     /**
363
-     * @return MockObject|HttpClientInterface
363
+     * @return HttpClientInterface
364 364
      */
365 365
     protected function createSuccessHttpClientStub()
366 366
     {
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
     }
376 376
 
377 377
     /**
378
-     * @return MockObject|HttpClientInterface
378
+     * @return HttpClientInterface
379 379
      */
380 380
     protected function createHttpClientMock()
381 381
     {
Please login to merge, or discard this patch.
Api.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -105,6 +105,9 @@
 block discarded – undo
105 105
         );
106 106
     }
107 107
 
108
+    /**
109
+     * @param string $content
110
+     */
108 111
     private function parseResponse($content)
109 112
     {
110 113
         return json_decode($content, true);
Please login to merge, or discard this patch.