Completed
Push — master ( efd18f...23461e )
by Sean
10s
created
src/Client.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -26,6 +26,10 @@
 block discarded – undo
26 26
     }
27 27
 
28 28
 
29
+    /**
30
+     * @param Label $data
31
+     * @param string $endpoint
32
+     */
29 33
     private function sendRequest($data, $endpoint){
30 34
         $method = 'POST';
31 35
         $headers = array(
Please login to merge, or discard this patch.