Completed
Push — master ( a38887...33a002 )
by Chris
57:01 queued 57:01
created
src/ESM.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         return @json_decode($data);
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $endpoint
45
+     */
43 46
     private function get($endpoint)
44 47
     {
45 48
         try {
Please login to merge, or discard this patch.