Skip to content

Commit 8470c76

Browse files
committed
Update RequestInterface.php
Revert changes to `@throws`
1 parent 28e69e5 commit 8470c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function getUrl();
4646
* @param string $url Request URL.
4747
*
4848
* @return self Reference to the request.
49-
* @throws InvalidArgumentException If the URL is invalid.
49+
* @throws \InvalidArgumentException If the URL is invalid.
5050
* @link http://tools.ietf.org/html/rfc3986#section-4.3
5151
*/
5252
public function setUrl($url);

0 commit comments

Comments
 (0)