mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-11 16:50:06 +00:00
Move classes to includes/
Change-Id: Ica7abee84a4e17c530cb755687849a998068be70
This commit is contained in:
parent
7db9b02d52
commit
ac0204b70a
|
@ -5,7 +5,6 @@
|
|||
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />
|
||||
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamComment" />
|
||||
<exclude name="MediaWiki.Commenting.MissingCovers.MissingCovers" />
|
||||
<exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" />
|
||||
<exclude name="MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment" />
|
||||
<exclude name="Squiz.Scope.MethodScope.Missing" />
|
||||
</rule>
|
||||
|
|
|
@ -43,14 +43,14 @@
|
|||
]
|
||||
},
|
||||
"AutoloadClasses": {
|
||||
"ApiSpamBlacklist": "api/ApiSpamBlacklist.php",
|
||||
"BaseBlacklist": "BaseBlacklist.php",
|
||||
"EmailBlacklist": "EmailBlacklist.php",
|
||||
"SpamBlacklistHooks": "SpamBlacklistHooks.php",
|
||||
"SpamBlacklist": "SpamBlacklist_body.php",
|
||||
"SpamBlacklistLogFormatter": "SpamBlacklistLogFormatter.php",
|
||||
"SpamRegexBatch": "SpamRegexBatch.php",
|
||||
"SpamBlacklistPreAuthenticationProvider": "SpamBlacklistPreAuthenticationProvider.php"
|
||||
"ApiSpamBlacklist": "includes/ApiSpamBlacklist.php",
|
||||
"BaseBlacklist": "includes/BaseBlacklist.php",
|
||||
"EmailBlacklist": "includes/EmailBlacklist.php",
|
||||
"SpamBlacklistHooks": "includes/SpamBlacklistHooks.php",
|
||||
"SpamBlacklist": "includes/SpamBlacklist.php",
|
||||
"SpamBlacklistLogFormatter": "includes/SpamBlacklistLogFormatter.php",
|
||||
"SpamRegexBatch": "includes/SpamRegexBatch.php",
|
||||
"SpamBlacklistPreAuthenticationProvider": "includes/SpamBlacklistPreAuthenticationProvider.php"
|
||||
},
|
||||
"Hooks": {
|
||||
"EditFilterMergedContent": [
|
||||
|
|
Loading…
Reference in a new issue