diff --git a/library/Requests.php b/library/Requests.php index 61dea56be..31eee40e6 100755 --- a/library/Requests.php +++ b/library/Requests.php @@ -351,9 +351,6 @@ public static function request($url, $headers = array(), $data = array(), $type * - `type`: HTTP request type (use Requests constants). Same as the `$type` * parameter to {@see Requests::request} * (string, default: `Requests::GET`) - * - `data`: Associative array of options. Same as the `$options` parameter - * to {@see Requests::request} - * (array, default: see {@see Requests::request}) * - `cookies`: Associative array of cookie name to value, or cookie jar. * (array|Requests_Cookie_Jar) *