ci: lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2022-05-28 18:30:36 +00:00
parent 0a68a178cc
commit da03fa550a

View file

@ -267,7 +267,7 @@ class SkinCitizen extends SkinMustache {
],
$content
);
}
}
foreach ( $items as $key => $item ) {
$data['html-items'] .= $this->makeListItem( $key, $item );