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

Change subject: Use public instead of var in classes
......................................................................


Use public instead of var in classes

Change-Id: Ib91480ec794ac4d1417071274b60d751747d1b82
---
M ImageLink.body.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/ImageLink.body.php b/ImageLink.body.php
index c732bcf..b748892 100644
--- a/ImageLink.body.php
+++ b/ImageLink.body.php
@@ -12,7 +12,7 @@
        const thisName = 'ImageLink';
        const thisType = 'other';
        
-       var $links;
+       public $links;
 
        // For Messages
        static $msg = array();

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib91480ec794ac4d1417071274b60d751747d1b82
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ImageLink
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to