From: Fomafix Date: Thu, 7 Apr 2016 17:51:46 +0000 (+0000) Subject: SkinTemplate.php: Add missing @param documentation to wrapHTML X-Git-Tag: 1.31.0-rc.0~7350^2 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=7a3394d8c0e231652873c0aa6a476f511179481a;p=lhc%2Fweb%2Fwiklou.git SkinTemplate.php: Add missing @param documentation to wrapHTML Follows-up to: cab0275c7 Change-Id: Ie40229e92c0ce93628811ed7da4224ea7c15e72a --- diff --git a/includes/skins/SkinTemplate.php b/includes/skins/SkinTemplate.php index 2d1679d3ce..e5dc59f35e 100644 --- a/includes/skins/SkinTemplate.php +++ b/includes/skins/SkinTemplate.php @@ -260,6 +260,7 @@ class SkinTemplate extends Skin { * Wrap the body text with language information and identifiable element * * @param Title $title + * @param string $html body text * @return string html */ protected function wrapHTML( $title, $html ) {