ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2023-07-06 01:48:00 +00:00
parent 8278e66548
commit 7a42d9f055

View file

@ -21,16 +21,16 @@ use Wikimedia\Parsoid\Ext\ParsoidExtensionAPI;
class TabberParsoid extends ExtensionTagHandler implements ExtensionModule {
/** @inheritDoc */
public function getConfig(): array {
return [
'name' => 'TabberNeue',
return [
'name' => 'TabberNeue',
'tags' => [
[
'name' => 'tabber',
'handler' => self::class
]
]
];
}
];
}
/** @inheritDoc */
public function sourceToDom( ParsoidExtensionAPI $extApi, string $src, array $extArgs ) {