mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
56005ae627
commit
2c3db10bb9
|
@ -82,7 +82,7 @@ class ApiWebappManifest extends ApiBase {
|
|||
'svg'
|
||||
];
|
||||
|
||||
foreach( $logoKeys as $logoKey ) {
|
||||
foreach ( $logoKeys as $logoKey ) {
|
||||
$logo = (string)$logos[$logoKey];
|
||||
|
||||
if ( !empty( $logo ) ) {
|
||||
|
|
Loading…
Reference in a new issue