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 28e69e5 commit 8470c76Copy full SHA for 8470c76
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