From 7a3394d8c0e231652873c0aa6a476f511179481a Mon Sep 17 00:00:00 2001 From: Fomafix Date: Thu, 7 Apr 2016 17:51:46 +0000 Subject: [PATCH] SkinTemplate.php: Add missing @param documentation to wrapHTML Follows-up to: cab0275c7 Change-Id: Ie40229e92c0ce93628811ed7da4224ea7c15e72a --- includes/skins/SkinTemplate.php | 1 + 1 file changed, 1 insertion(+) 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 ) { -- 2.20.1