Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/95384
Change subject: Declare visibility on class property
......................................................................
Declare visibility on class property
Only used in this class, so make protected.
Change-Id: I20984d14524073b6b1b9f4b31c2107722318503f
---
M includes/api/ApiQueryInfo.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/84/95384/1
diff --git a/includes/api/ApiQueryInfo.php b/includes/api/ApiQueryInfo.php
index 3a1c21a..43b8c0c 100644
--- a/includes/api/ApiQueryInfo.php
+++ b/includes/api/ApiQueryInfo.php
@@ -109,7 +109,7 @@
return $this->tokenFunctions;
}
- static $cachedTokens = array();
+ static protected $cachedTokens = array();
public static function resetTokenCache() {
ApiQueryInfo::$cachedTokens = array();
--
To view, visit https://gerrit.wikimedia.org/r/95384
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I20984d14524073b6b1b9f4b31c2107722318503f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits