There are several coding standard rule exclusions in AbuseFilter:
https://phabricator.wikimedia.org/diffusion/EABF/browse/master/phpcs.xml;24e8031d4847cf58dfca5121131516c6248eb1ff$3
We should remove this exclusions and fix the coding standards violations.
- MissingDocumentationProtected
- MissingDocumentationPublic
- MissingParamComment
- NotMatch
- WrongCase
- MultipleFound
- ForbiddenGlobal$wgTitle
- NewLineComment
- MethodScope.Missing
- MediaWiki.Usage.InArrayUsage.Found
- MediaWiki.Commenting.FunctionAnnotations.UnrecognizedAnnotation