@@ -47,8 +47,7 @@ |
||
47 | 47 | |
48 | 48 | /** |
49 | 49 | * Send a HTTP request and return the response |
50 | - * @param null $method The method to use, GET, POST, etc. |
|
51 | - * @param null $url The URL to request |
|
50 | + * @param null|string $url The URL to request |
|
52 | 51 | * @param null $request The query string |
53 | 52 | * @param array $options Any of the HTTP stream context options, e.g. extra headers. |
54 | 53 | * @return string |