Foxtrott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/232208

Change subject: explicitly declare public visibility for constructor of 
ComponentFactory
......................................................................

explicitly declare public visibility for constructor of ComponentFactory

Change-Id: I1fe360899110e27c74a6b2f779b7d7f90b83eadf
---
M src/ComponentFactory.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/chameleon 
refs/changes/08/232208/1

diff --git a/src/ComponentFactory.php b/src/ComponentFactory.php
index 946904c..5a78fb4 100644
--- a/src/ComponentFactory.php
+++ b/src/ComponentFactory.php
@@ -49,7 +49,7 @@
        /**
         * @param string $layoutFileName
         */
-       function __construct( $layoutFileName ) {
+       public function __construct( $layoutFileName ) {
                $this->setLayoutFile( $layoutFileName );
        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1fe360899110e27c74a6b2f779b7d7f90b83eadf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/chameleon
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <[email protected]>

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

Reply via email to