From: Chad Horohoe Date: Fri, 5 Nov 2010 12:54:58 +0000 (+0000) Subject: Document return type. Autosuggestion and the like :) X-Git-Tag: 1.31.0-rc.0~34079 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=0f149cf5481cd3d57adc17e7e33fb708a157fd10;p=lhc%2Fweb%2Fwiklou.git Document return type. Autosuggestion and the like :) --- 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 */