ci: lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2022-05-19 18:50:30 +00:00
parent c0cae44d41
commit 8c0819c276

View file

@ -204,7 +204,7 @@ final class Drawer extends Partial {
if ( $fmt ) {
return $fmt->format( $value );
} else {
return number_format( $value );
return number_format( $value );
}
}
}