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: If33476b2b5bb4bb4465fda7464fbffeeb9563dc3
---
M backend/FRExtraCacheUpdate.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/backend/FRExtraCacheUpdate.php b/backend/FRExtraCacheUpdate.php
index dcf765e..47b0b03 100644
--- a/backend/FRExtraCacheUpdate.php
+++ b/backend/FRExtraCacheUpdate.php
@@ -135,7 +135,7 @@
  * @ingroup JobQueue
  */
 class FRExtraCacheUpdateJob extends Job {
-       var $table, $start, $end;
+       public $table, $start, $end;
 
        /**
         * Construct a job

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If33476b2b5bb4bb4465fda7464fbffeeb9563dc3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/FlaggedRevs
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Jackmcbarn <[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