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

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



diff --git a/DeleteBatch.body.php b/DeleteBatch.body.php
index 75a286c..2708409 100644
--- a/DeleteBatch.body.php
+++ b/DeleteBatch.body.php
@@ -67,7 +67,7 @@
 
 /* the form for deleting pages */
 class DeleteBatchForm {
-       var $mUser, $mPage, $mFile, $mFileTemp;
+       public $mUser, $mPage, $mFile, $mFileTemp;
 
        /**
         * @var IContextSource|RequestContext

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

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