From ac1325aa43a8c59bd50c1696869851f5b0b8d680 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 3 Nov 2015 02:56:30 -0800 Subject: [PATCH] Improve BacklinkCache field docs Change-Id: I8303d5577ac84b8882e5ad79ac3058d6bf49356f --- includes/cache/BacklinkCache.php | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.20.1