Ladsgroup has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/345514 )

Change subject: Change $instance attribute visiblity in Template factory to 
protected
......................................................................

Change $instance attribute visiblity in Template factory to protected

This will be helpful in WikibaseLexeme and WikibaseMediaInfo

Bug: T161789
Change-Id: I6379bdcca1a837aec457cc4e71da1b2bdde81a80
---
M view/src/Template/TemplateFactory.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/14/345514/1

diff --git a/view/src/Template/TemplateFactory.php 
b/view/src/Template/TemplateFactory.php
index 3f85346..dffb6e6 100644
--- a/view/src/Template/TemplateFactory.php
+++ b/view/src/Template/TemplateFactory.php
@@ -12,7 +12,7 @@
        /**
         * @var self
         */
-       private static $instance;
+       protected static $instance;
 
        /**
         * @var TemplateRegistry

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6379bdcca1a837aec457cc4e71da1b2bdde81a80
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>

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

Reply via email to