Completed
Pull Request — master (#73)
by
unknown
46:11 queued 21:11
created
src/phpsms/agents/SendCloudAgent.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
         $this->request('http://sendcloud.sohu.com/smsapi/sendVoice', $params);
37 37
     }
38 38
 
39
+    /**
40
+     * @param string $sendUrl
41
+     */
39 42
     protected function request($sendUrl, array $params)
40 43
     {
41 44
         $params = $this->createParams($params);
Please login to merge, or discard this patch.