From f3c7bc83f480a0b211a428fdef5bc1506a71ed1c Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 28 Aug 2015 10:40:08 -0700 Subject: [PATCH] CssContentHandler: Fix @return documentation Missed this when copying the code from JavaScriptContentHandler... Change-Id: I6b232e431b4e997b65a698de42473c9b6deae6b1 --- includes/content/CssContentHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1