SkinTemplate.php: Add missing @param documentation to wrapHTML
authorFomafix <fomafix@googlemail.com>
Thu, 7 Apr 2016 17:51:46 +0000 (17:51 +0000)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 7 Apr 2016 20:30:06 +0000 (20:30 +0000)
Follows-up to: cab0275c7

Change-Id: Ie40229e92c0ce93628811ed7da4224ea7c15e72a

includes/skins/SkinTemplate.php

index 2d1679d..e5dc59f 100644 (file)
@@ -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 ) {