Completed
Push — master ( f3766a...612ab5 )
by Auke
05:30 queued 59s
created
src/http/ClientStream.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,7 @@
 block discarded – undo
47 47
 
48 48
     /**
49 49
      * Send a HTTP request and return the response
50
-     * @param null  $method The method to use, GET, POST, etc.
51
-     * @param null  $url    The URL to request
50
+     * @param null|string  $url    The URL to request
52 51
      * @param null  $request  The query string
53 52
      * @param array $options Any of the HTTP stream context options, e.g. extra headers.
54 53
      * @return string
Please login to merge, or discard this patch.