Completed
Push — master ( b3448d...7f6fca )
by Keal
02:10
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.