From: Siebrand Mazeland Date: Thu, 14 Nov 2013 14:19:13 +0000 (+0100) Subject: Declare visibility on class property in ApiQueryInfo X-Git-Tag: 1.31.0-rc.0~18121 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=b3c1389e69ead800f1b9354ea5e483f7e5d5cfcf;p=lhc%2Fweb%2Fwiklou.git Declare visibility on class property in ApiQueryInfo Only used in this class, so make protected. Change-Id: I20984d14524073b6b1b9f4b31c2107722318503f --- diff --git a/includes/api/ApiQueryInfo.php b/includes/api/ApiQueryInfo.php index 3a1c21a1a9..43b8c0ceac 100644 --- a/includes/api/ApiQueryInfo.php +++ b/includes/api/ApiQueryInfo.php @@ -109,7 +109,7 @@ class ApiQueryInfo extends ApiQueryBase { return $this->tokenFunctions; } - static $cachedTokens = array(); + static protected $cachedTokens = array(); public static function resetTokenCache() { ApiQueryInfo::$cachedTokens = array();