Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/102647


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TwnMainPage 
refs/changes/47/102647/1

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: newchange
Gerrit-Change-Id: I80bdeee0f09f5e0ab358ef187dcd9a24c683767f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TwnMainPage
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to