Merge "Removed ScopedPHPTimeout; unused"
[lhc/web/wiklou.git] / includes / specials / SpecialMostlinked.php
index 37593bf..ae0b070 100644 (file)
@@ -74,7 +74,7 @@ class MostlinkedPage extends QueryPage {
        /**
         * Pre-fill the link cache
         *
-        * @param DatabaseBase $db
+        * @param IDatabase $db
         * @param ResultWrapper $res
         */
        function preprocessResults( $db, $res ) {
@@ -93,9 +93,9 @@ class MostlinkedPage extends QueryPage {
        /**
         * Make a link to "what links here" for the specified title
         *
-        * @param $title Title being queried
-        * @param string $caption text to display on the link
-        * @return String
+        * @param Title $title Title being queried
+        * @param string $caption Text to display on the link
+        * @return string
         */
        function makeWlhLink( $title, $caption ) {
                $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedDBkey() );