Completed
Pull Request — master (#5)
by Keal
05:06 queued 02:41
created
src/lib/Rest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,9 +67,9 @@
 block discarded – undo
67 67
      * @param string $url
68 68
      * @param mixed  $data
69 69
      * @param mixed  $header
70
-     * @param mixed  $post
70
+     * @param integer  $post
71 71
      *
72
-     * @return mixed
72
+     * @return string
73 73
      */
74 74
     public function curl_post($url, $data, $header, $post = 1)
75 75
     {
Please login to merge, or discard this patch.
src/lib/CurlTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     /**
21 21
      * create url post.
22 22
      *
23
-     * @param $url
23
+     * @param string $url
24 24
      * @param $data
25 25
      * @param $header
26 26
      * @param int $post
Please login to merge, or discard this patch.