jenkins-bot has submitted this change and it was merged.

Change subject: Declare visibility on class property
......................................................................


Declare visibility on class property

Checked core and extensions for possible usage. Found no occurrences. Make
protected, so it is accessible when subclassed.

Change-Id: I5f25cbaf20215bce9c9d614c76df906c6b9cba93
---
M includes/utils/ZipDirectoryReader.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/utils/ZipDirectoryReader.php 
b/includes/utils/ZipDirectoryReader.php
index 5c92525..5d5e28b 100644
--- a/includes/utils/ZipDirectoryReader.php
+++ b/includes/utils/ZipDirectoryReader.php
@@ -704,7 +704,7 @@
  * Internal exception class. Will be caught by private code.
  */
 class ZipDirectoryReaderError extends Exception {
-       var $errorCode;
+       protected $errorCode;
 
        function __construct( $code ) {
                $this->errorCode = $code;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5f25cbaf20215bce9c9d614c76df906c6b9cba93
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to