From 0f149cf5481cd3d57adc17e7e33fb708a157fd10 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 5 Nov 2010 12:54:58 +0000 Subject: [PATCH] Document return type. Autosuggestion and the like :) --- includes/WebRequest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 37be786e3b..ef35201235 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -660,6 +660,8 @@ class WebRequest { /** * Return a handle to WebResponse style object, for setting cookies, * headers and other stuff, for Request being worked on. + * + * @return WebResponse */ public function response() { /* Lazy initialization of response object for this request */ -- 2.20.1