Siebrand has uploaded a new change for review.

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


Change subject: Set visibility on class properties of OldLocalFile
......................................................................

Set visibility on class properties of OldLocalFile

Change-Id: Ia3e0c67ce3d2a65da04e83ac54ae4801d6d81596
---
M includes/filerepo/file/OldLocalFile.php
1 file changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/44/97344/1

diff --git a/includes/filerepo/file/OldLocalFile.php 
b/includes/filerepo/file/OldLocalFile.php
index 2c54596..e1862c7 100644
--- a/includes/filerepo/file/OldLocalFile.php
+++ b/includes/filerepo/file/OldLocalFile.php
@@ -27,7 +27,11 @@
  * @ingroup FileAbstraction
  */
 class OldLocalFile extends LocalFile {
-       var $requestedTime, $archive_name;
+       /** @var string Timestamp */
+       protected $requestedTime;
+
+       /** @var string Archive name */
+       protected $archive_name;
 
        const CACHE_VERSION = 1;
        const MAX_CACHE_ROWS = 20;
@@ -392,5 +396,4 @@
 
                return true;
        }
-
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3e0c67ce3d2a65da04e83ac54ae4801d6d81596
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to