@@ -31,7 +31,7 @@ |
||
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | 33 | * Send a HTTP request with a specific method, GET, POST, etc. |
| 34 | - * @param null $method The method to use, GET, POST, etc. |
|
| 34 | + * @param string $method The method to use, GET, POST, etc. |
|
| 35 | 35 | * @param null $url The URL to request |
| 36 | 36 | * @param null $query The query string |
| 37 | 37 | * @param array $options Any of the HTTP stream context options, e.g. extra headers. |