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

Change subject: Removed pointless static declaration
......................................................................


Removed pointless static declaration

Change-Id: Ia5b37f99456614e8dbb1c44f3ebb4ad9398ce18e
---
M tests/phpunit/AutoLoaderTest.php
1 file changed, 0 insertions(+), 1 deletion(-)

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



diff --git a/tests/phpunit/AutoLoaderTest.php b/tests/phpunit/AutoLoaderTest.php
index c8f3868..e49ea6d 100644
--- a/tests/phpunit/AutoLoaderTest.php
+++ b/tests/phpunit/AutoLoaderTest.php
@@ -12,7 +12,6 @@
 
        protected static function checkAutoLoadConf() {
                global $wgAutoloadLocalClasses, $wgAutoloadClasses, $IP;
-               static $supportsParsekit;
                $supportsParsekit = function_exists( 'parsekit_compile_file' );
 
                // wgAutoloadLocalClasses has precedence, just like in 
includes/AutoLoader.php

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia5b37f99456614e8dbb1c44f3ebb4ad9398ce18e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to