Foxtrott has submitted this change and it was merged.

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(-)

Approvals:
  Foxtrott: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I1fe360899110e27c74a6b2f779b7d7f90b83eadf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/chameleon
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <[email protected]>
Gerrit-Reviewer: Foxtrott <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to