From: Siebrand Mazeland Date: Mon, 1 Apr 2013 18:37:03 +0000 (+0200) Subject: Fix PHPDoc X-Git-Tag: 1.31.0-rc.0~20147^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=4b676d51fd5a0d059444546f4d4c3fc23c1fe652;p=lhc%2Fweb%2Fwiklou.git Fix PHPDoc Change-Id: Ic40017023fe21c8480883e21d27a44cf9854175b --- diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index 170c3931b8..543c91e247 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -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 ) {