ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2023-09-11 00:52:03 +00:00
parent 45a726d77f
commit 7b349faa73

View file

@ -232,7 +232,7 @@ final class BodyContent extends Partial {
// Only target page headings, but not other heading tags
// TODO: Drop this when T13555 is deployed on LTS
if ( !$parentClasses->contains( 'mw-parser-output') ) {
if ( !$parentClasses->contains( 'mw-parser-output' ) ) {
continue;
}