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

Change subject: Declare visibility on class property in ApiQueryInfo
......................................................................


Declare visibility on class property in ApiQueryInfo

Only used in this class, so make protected.

Change-Id: I20984d14524073b6b1b9f4b31c2107722318503f
---
M includes/api/ApiQueryInfo.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



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: merged
Gerrit-Change-Id: I20984d14524073b6b1b9f4b31c2107722318503f
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to