ci: lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2022-04-20 17:51:17 +00:00
parent 1fc2451a12
commit 670df8051e

View file

@ -16,4 +16,4 @@ class Hooks {
$parser->setHook( 'tabber', Tabber::class . '::renderTabber' );
$parser->setHook( 'tabbertransclude', TabberTransclude::class . '::renderTabberTransclude' );
}
}
}