Completed
Pull Request — master (#5)
by Stefan
02:09
created
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.