With https://gerrit.wikimedia.org/r/360291 and https://gerrit.wikimedia.org/r/362785 Wikispeech got mediawiki-codesniffer bumped fopm 0.7.2 to 0.10.0. The upgrade however required that certain sniffs were excluded/deactivated for it to pass.
Investigate what blocks the sniffs and where appropriate amend and reactivate.
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamName" /> <exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag" /> <exclude name="MediaWiki.Commenting.FunctionComment.ParamNameNoMatch" /> <exclude name="MediaWiki.Commenting.FunctionComment.SpacingAfter" /> <exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected" /> <exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />