CssContentHandler: Fix @return documentation
Missed this when copying the code from JavaScriptContentHandler... Change-Id: I6b232e431b4e997b65a698de42473c9b6deae6b1
This commit is contained in:
parent
65d5f36ce5
commit
f3c7bc83f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue