Completed
Push — master ( e9d02e...810a04 )
by Benjamin
01:56
created
src/Agent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     /**
128 128
      * Adds a new request to the queue and returns it
129 129
      * this request will have its default options set to global options
130
-     * @param null $url URL to send the request to
130
+     * @param string $url URL to send the request to
131 131
      * @return RequestInterface the newly added request object
132 132
      */
133 133
     public function newRequest($url = null)
Please login to merge, or discard this patch.