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