Completed
Push — master ( 429a74...2989f1 )
by Michael
12:25
created
htdocs/class/snoopy.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -698,6 +698,9 @@  discard block
 block discarded – undo
698 698
         Output:
699 699
     \*======================================================================*/
700 700
 
701
+    /**
702
+     * @param string $http_method
703
+     */
701 704
     function _httprequest($url, $fp, $URI, $http_method, $content_type = "", $body = "")
702 705
     {
703 706
         $cookie_headers = '';
@@ -873,6 +876,9 @@  discard block
 block discarded – undo
873 876
         Output:
874 877
     \*======================================================================*/
875 878
 
879
+    /**
880
+     * @param string $http_method
881
+     */
876 882
     function _httpsrequest($url, $URI, $http_method, $content_type = "", $body = "")
877 883
     {
878 884
         if ($this->passcookies && $this->_redirectaddr)
@@ -1106,6 +1112,10 @@  discard block
 block discarded – undo
1106 1112
         Output:		post body
1107 1113
     \*======================================================================*/
1108 1114
 
1115
+    /**
1116
+     * @param string $formvars
1117
+     * @param string $formfiles
1118
+     */
1109 1119
     function _prepare_post_body($formvars, $formfiles)
1110 1120
     {
1111 1121
         settype($formvars, "array");
Please login to merge, or discard this patch.