Merge "Fix PHPDoc"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 1 Apr 2013 20:10:04 +0000 (20:10 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 1 Apr 2013 20:10:04 +0000 (20:10 +0000)
includes/specials/SpecialWatchlist.php

index 170c393..543c91e 100644 (file)
@@ -491,7 +491,7 @@ class SpecialWatchlist extends SpecialPage {
        /**
         * Count the number of items on a user's watchlist
         *
-        * @param $dbr A database connection
+        * @param DatabaseBase $dbr A database connection
         * @return Integer
         */
        protected function countItems( $dbr ) {