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

Change subject: DirectSqlStore::$cacheType is int|string
......................................................................


DirectSqlStore::$cacheType is int|string

That's what MediaWiki uses as cache type identifiers,
according to the documentation in default settings.

Change-Id: I101081b5c418dc5452a28426a7aa1d9346283d10
---
M client/includes/Store/Sql/DirectSqlStore.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/client/includes/Store/Sql/DirectSqlStore.php 
b/client/includes/Store/Sql/DirectSqlStore.php
index a74f02e..d31bd0d 100644
--- a/client/includes/Store/Sql/DirectSqlStore.php
+++ b/client/includes/Store/Sql/DirectSqlStore.php
@@ -79,7 +79,7 @@
        private $cacheKeyPrefix;
 
        /**
-        * @var int
+        * @var int|string
         */
        private $cacheType;
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I101081b5c418dc5452a28426a7aa1d9346283d10
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to