ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2023-06-02 18:31:46 +00:00
parent 403a109cc2
commit 54835b1695

View file

@ -125,7 +125,7 @@ final class Drawer extends Partial {
* @return array for use in Mustache template.
*/
public function getSiteStatsData(): array {
if ( ! $this->getConfigValue( 'CitizenEnableDrawerSiteStats' ) ) {
if ( !$this->getConfigValue( 'CitizenEnableDrawerSiteStats' ) ) {
return [];
}