Completed
Push — master ( 48fb97...1f3568 )
by Auke
03:18
created
src/http.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
     /**
33 33
      * Send a HTTP request with a specific method, GET, POST, etc.
34
-     * @param null  $method The method to use, GET, POST, etc.
34
+     * @param string  $method The method to use, GET, POST, etc.
35 35
      * @param null  $url    The URL to request
36 36
      * @param null  $query  The query string
37 37
      * @param array $options    Any of the HTTP stream context options, e.g. extra headers.
Please login to merge, or discard this patch.