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