Param documentation updates/added
[lhc/web/wiklou.git] / includes / specials / SpecialUnusedtemplates.php
index cdb4ccb..da50160 100644 (file)
@@ -54,6 +54,11 @@ class UnusedtemplatesPage extends QueryPage {
                );
        }
 
+       /**
+        * @param $skin Skin
+        * @param $result
+        * @return string
+        */
        function formatResult( $skin, $result ) {
                $title = Title::makeTitle( NS_TEMPLATE, $result->title );
                $pageLink = $skin->linkKnown(