Completed
Push — master ( 29db82...7489fe )
by Chris
06:54 queued 04:26
created
src/Base.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
         return $this->response;
28 28
     }
29 29
 
30
+    /**
31
+     * @param string $data
32
+     */
30 33
     public function __toArray($data)
31 34
     {
32 35
         return @json_decode($data);
Please login to merge, or discard this patch.