Remove unused global $wgWBClientSettings
Change-Id: I83ec06f6783be9c98ee511efb4331d05bc0890fe
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<ruleset>
|
||||
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
|
||||
<exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" />
|
||||
<exclude name="MediaWiki.VariableAnalysis.UnusedGlobalVariables.UnusedGlobal$wgWBClientSettings" />
|
||||
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />
|
||||
<exclude name="MediaWiki.Commenting.LicenseComment.InvalidLicenseTag" />
|
||||
</rule>
|
||||
|
||||
@@ -301,7 +301,6 @@ class UniversalLanguageSelectorHooks {
|
||||
$wgULSImeSelectors, $wgULSNoImeSelectors,
|
||||
$wgULSFontRepositoryBasePath,
|
||||
$wgExtensionAssetsPath,
|
||||
$wgWBClientSettings,
|
||||
$wgInterwikiSortingSortPrepend;
|
||||
|
||||
// Place constant stuff here (not depending on request context)
|
||||
|
||||
Reference in New Issue
Block a user