From: Siebrand Mazeland Date: Tue, 19 Nov 2013 07:38:12 +0000 (+0100) Subject: Declare visibility on class properties of RCCacheEntry X-Git-Tag: 1.31.0-rc.0~18027^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=c85e4668aa5d475c5199c30e1511d05219b0c30f;p=lhc%2Fweb%2Fwiklou.git Declare visibility on class properties of RCCacheEntry All are referenced directly outside inheritence; declare all public. Removed unused $secureName and $versionlink. Change-Id: If491d0f1cbf4d53692e0ecfd0e1df1f4c3761ca6 --- diff --git a/includes/changes/RCCacheEntry.php b/includes/changes/RCCacheEntry.php index 3fa5c32986..271dd4a57c 100644 --- a/includes/changes/RCCacheEntry.php +++ b/includes/changes/RCCacheEntry.php @@ -18,9 +18,15 @@ * @file */ class RCCacheEntry extends RecentChange { - var $secureName, $link; - var $curlink, $difflink, $lastlink, $usertalklink, $versionlink; - var $userlink, $timestamp, $watched; + public $curlink; + public $difflink; + public $lastlink; + public $link; + public $timestamp; + public $unpatrolled; + public $userlink; + public $usertalklink; + public $watched; /** * @param $rc RecentChange