From: Aaron Schulz Date: Tue, 3 Nov 2015 10:56:30 +0000 (-0800) Subject: Improve BacklinkCache field docs X-Git-Tag: 1.31.0-rc.0~9124^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=ac1325aa43a8c59bd50c1696869851f5b0b8d680;p=lhc%2Fweb%2Fwiklou.git Improve BacklinkCache field docs Change-Id: I8303d5577ac84b8882e5ad79ac3058d6bf49356f --- diff --git a/includes/cache/BacklinkCache.php b/includes/cache/BacklinkCache.php index 3ba4f6140f..1323c70a3e 100644 --- a/includes/cache/BacklinkCache.php +++ b/includes/cache/BacklinkCache.php @@ -53,6 +53,7 @@ class BacklinkCache { * @see BacklinkCache::partitionResult() * * Cleared with BacklinkCache::clear() + * @var array[] */ protected $partitionCache = array(); @@ -62,6 +63,7 @@ class BacklinkCache { * * Initialized with BacklinkCache::getLinks() * Cleared with BacklinkCache::clear() + * @var ResultWrapper[] */ protected $fullResultCache = array();