mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +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'
|
'svg'
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach( $logoKeys as $logoKey ) {
|
foreach ( $logoKeys as $logoKey ) {
|
||||||
$logo = (string)$logos[$logoKey];
|
$logo = (string)$logos[$logoKey];
|
||||||
|
|
||||||
if ( !empty( $logo ) ) {
|
if ( !empty( $logo ) ) {
|
||||||
|
|
Loading…
Reference in a new issue