jenkins-bot has submitted this change and it was merged.

Change subject: Explicitly declare class property $cache
......................................................................


Explicitly declare class property $cache

Change-Id: I80bdeee0f09f5e0ab358ef187dcd9a24c683767f
---
M CachedStat.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/CachedStat.php b/CachedStat.php
index c12a047..bc752d7 100644
--- a/CachedStat.php
+++ b/CachedStat.php
@@ -29,6 +29,9 @@
        /// @var string
        protected $onMiss;
 
+       /** @var BagOStuff */
+       protected $cache;
+
        /**
         * @param string $key Unique key for these values.
         * @param int $staleAge Trigger background refresh job if values are 
older than this.

-- 
To view, visit https://gerrit.wikimedia.org/r/102647
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I80bdeee0f09f5e0ab358ef187dcd9a24c683767f
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/TwnMainPage
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to