We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3961cd commit 654526bCopy full SHA for 654526b
src/RequestInterface.php
@@ -46,7 +46,7 @@ public function getUrl();
46
* @param string $url Request URL.
47
*
48
* @return self Reference to the request.
49
- * @throws \InvalidArgumentException If the URL is invalid.
+ * @throws InvalidArgumentException If the URL is invalid.
50
* @link http://tools.ietf.org/html/rfc3986#section-4.3
51
*/
52
public function setUrl($url);
0 commit comments