From: Thiemo Kreuz Date: Thu, 20 Dec 2018 16:54:51 +0000 (+0100) Subject: Remove redundant property declarations X-Git-Tag: 1.34.0-rc.0~3201 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=c3f56bd3c3cb599cc0817086763ed9816d6f0a95;p=lhc%2Fweb%2Fwiklou.git Remove redundant property declarations These are already declared and initialized in the base class. No need to repeat this. Change-Id: I4f83202cc9076bd68fa25490bdf8b4a2913b6b04 --- diff --git a/includes/specials/pagers/ContribsPager.php b/includes/specials/pagers/ContribsPager.php index c87caecd96..16a5e9111a 100644 --- a/includes/specials/pagers/ContribsPager.php +++ b/includes/specials/pagers/ContribsPager.php @@ -30,8 +30,6 @@ use Wikimedia\Rdbms\IDatabase; class ContribsPager extends RangeChronologicalPager { - public $mDefaultDirection = IndexPager::DIR_DESCENDING; - /** * @var string[] Local cache for escaped messages */ @@ -89,7 +87,6 @@ class ContribsPager extends RangeChronologicalPager { */ private $hideMinor; - public $mDb; public $preventClickjacking = false; /** @var IDatabase */