r83569 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83568‎ | r83569 | r83570 >
Date:07:12, 9 March 2011
Author:hashar
Status:ok
Tags:
Comment:
typo / space fix in HTTP class
Modified paths:
  • /trunk/phase3/includes/HttpFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HttpFunctions.php
@@ -136,8 +136,8 @@
137137 * This wrapper class will call out to curl (if available) or fallback
138138 * to regular PHP if necessary for handling internal HTTP requests.
139139 *
140 - * Renamed from HttpRequest to MWHttpRequst to avoid conflict with
141 - * php's HTTP extension.
 140+ * Renamed from HttpRequest to MWHttpRequest to avoid conflict with
 141+ * PHP's HTTP extension.
142142 */
143143 class MWHttpRequest {
144144 const SUPPORTS_FILE_POSTS = false;
@@ -205,7 +205,7 @@
206206
207207 /**
208208 * Generate a new request object
209 - * @param $url String: url to use
 209+ * @param $url String: url to use
210210 * @param $options Array: (optional) extra params to pass (see Http::request())
211211 * @see MWHttpRequest::__construct
212212 */

Status & tagging log