r76085 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76084‎ | r76085 | r76086 >
Date:12:54, 5 November 2010
Author:demon
Status:ok
Tags:
Comment:
Document return type. Autosuggestion and the like :)
Modified paths:
  • /trunk/phase3/includes/WebRequest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WebRequest.php
@@ -660,6 +660,8 @@
661661 /**
662662 * Return a handle to WebResponse style object, for setting cookies,
663663 * headers and other stuff, for Request being worked on.
 664+ *
 665+ * @return WebResponse
664666 */
665667 public function response() {
666668 /* Lazy initialization of response object for this request */

Status & tagging log