Addshore has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/154668

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

Use public instead of var in classes

Change-Id: I51e5f093d5427603eca984578f4ef0e86d8765b1
---
M ScanSet_body.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ScanSet 
refs/changes/68/154668/1

diff --git a/ScanSet_body.php b/ScanSet_body.php
index 26ca8d8..8f744cb 100644
--- a/ScanSet_body.php
+++ b/ScanSet_body.php
@@ -2,14 +2,14 @@
 
 class ScanSet {
        /** Context */
-       var $attributes, $text, $indexText, $vol, $page, $name, $path, 
$directory, $currentVolDir, $prev, $next;
+       public $attributes, $text, $indexText, $vol, $page, $name, $path, 
$directory, $currentVolDir, $prev, $next;
        /** Settings */
-       var $basePath, $baseDirectory, $type, $height, $width;
+       public $basePath, $baseDirectory, $type, $height, $width;
 
        /**
         * @var Parser
         */
-       var $parser;
+       public $parser;
 
        /**
         * @param $attributes array

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I51e5f093d5427603eca984578f4ef0e86d8765b1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ScanSet
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>

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

Reply via email to