Improve BacklinkCache field docs
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 3 Nov 2015 10:56:30 +0000 (02:56 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 3 Nov 2015 10:56:30 +0000 (02:56 -0800)
Change-Id: I8303d5577ac84b8882e5ad79ac3058d6bf49356f

includes/cache/BacklinkCache.php

index 3ba4f61..1323c70 100644 (file)
@@ -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();