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: I8dcefe746062324e024bb7a6b6b1979a28ab2ebd
---
M Transliterator_body.php
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/Transliterator_body.php b/Transliterator_body.php
index fd90f9e..f3fcca6 100644
--- a/Transliterator_body.php
+++ b/Transliterator_body.php
@@ -58,8 +58,8 @@
        const PREFIXED = 1;
        const UPCASED = 2;
 
-       var $mPages = null;   // An Array of "transliterator:$mapname" => The 
database row for that template.
-       var $mMaps = array(); // An Array of "$mapname" => The map parsed from 
that page.
+       public $mPages = null;   // An Array of "transliterator:$mapname" => 
The database row for that template.
+       public $mMaps = array(); // An Array of "$mapname" => The map parsed 
from that page.
 
 
        /**

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8dcefe746062324e024bb7a6b6b1979a28ab2ebd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Transliterator
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