@@ -70,7 +70,7 @@ |
||
70 | 70 | * Sends a request |
71 | 71 | * |
72 | 72 | * @param string $method HTTP method |
73 | - * @param string|UriInterface $uri URI object or string. |
|
73 | + * @param string $uri URI object or string. |
|
74 | 74 | * @param array $options Request options to apply. |
75 | 75 | * |
76 | 76 | * @return Response |
@@ -70,7 +70,7 @@ |
||
70 | 70 | * Sends a request |
71 | 71 | * |
72 | 72 | * @param string $method HTTP method |
73 | - * @param string|UriInterface $uri URI object or string. |
|
73 | + * @param string $uri URI object or string. |
|
74 | 74 | * @param array $options Request options to apply. |
75 | 75 | * |
76 | 76 | * @return Response |