mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
Github CI lint - phpcbf
This commit is contained in:
parent
c72a657a66
commit
03b72231aa
|
@ -317,15 +317,14 @@ class CitizenTemplate extends BaseTemplate {
|
|||
}
|
||||
|
||||
$props = [
|
||||
'data-page-actions' => $actionhtml,
|
||||
'data-page-actions-more' => $actionmorehtml,
|
||||
'data-page-actions' => $actionhtml,
|
||||
'data-page-actions-more' => $actionmorehtml,
|
||||
];
|
||||
}
|
||||
|
||||
return $props;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Render page-related links at the bottom
|
||||
* @return string html
|
||||
|
|
Loading…
Reference in a new issue