From: Kunal Mehta Date: Fri, 28 Aug 2015 17:40:08 +0000 (-0700) Subject: CssContentHandler: Fix @return documentation X-Git-Tag: 1.31.0-rc.0~10222 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=f3c7bc83f480a0b211a428fdef5bc1506a71ed1c;p=lhc%2Fweb%2Fwiklou.git CssContentHandler: Fix @return documentation Missed this when copying the code from JavaScriptContentHandler... Change-Id: I6b232e431b4e997b65a698de42473c9b6deae6b1 --- diff --git a/includes/content/CssContentHandler.php b/includes/content/CssContentHandler.php index dfa01e2cb1..ae5f742a4c 100644 --- a/includes/content/CssContentHandler.php +++ b/includes/content/CssContentHandler.php @@ -49,7 +49,7 @@ class CssContentHandler extends CodeContentHandler { * * @param Title $destination * @param string $text ignored - * @return JavaScriptContent + * @return CssContent */ public function makeRedirectContent( Title $destination, $text = '' ) { // The parameters are passed as a string so the / is not url-encoded by wfArrayToCgi