mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
c0cae44d41
commit
8c0819c276
|
@ -204,7 +204,7 @@ final class Drawer extends Partial {
|
|||
if ( $fmt ) {
|
||||
return $fmt->format( $value );
|
||||
} else {
|
||||
return number_format( $value );
|
||||
return number_format( $value );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue