Merge "Added spaces before and removed spaces after 'array'"
[lhc/web/wiklou.git] / includes / specials / SpecialUnusedcategories.php
index 82c4c11..b686a5b 100644 (file)
@@ -60,6 +60,11 @@ class UnusedCategoriesPage extends QueryPage {
                return false;
        }
 
+       /**
+        * @param Skin $skin
+        * @param object $result Result row
+        * @return string
+        */
        function formatResult( $skin, $result ) {
                $title = Title::makeTitle( NS_CATEGORY, $result->title );
                return Linker::link( $title, htmlspecialchars( $title->getText() ) );