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: I17585f0dbfca793e757ee0c04e5dac0ae5f6f072
---
M ProtectSite.body.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/ProtectSite.body.php b/ProtectSite.body.php
index dc178c5..ab76119 100644
--- a/ProtectSite.body.php
+++ b/ProtectSite.body.php
@@ -53,7 +53,7 @@
  * @todo FIXME: could probably be rewritten to use the modern HTMLForm :)
  */
 class ProtectSiteForm {
-       var $mRequest, $action, $persist_data;
+       public $mRequest, $action, $persist_data;
 
        /* Constructor */
        function __construct( &$request ) {

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

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