diff --git a/includes/SkinCitizen.php b/includes/SkinCitizen.php
index c42a72bc..fdd9aa49 100644
--- a/includes/SkinCitizen.php
+++ b/includes/SkinCitizen.php
@@ -759,6 +759,7 @@ class SkinCitizen extends SkinMustache {
* If the theme is set to auto, the theme switcher script will be added
*
* @param OutputPage $out
+ * @param array $options
*/
private function setSkinTheme( OutputPage $out, array &$options ) {
// Set theme to site theme
@@ -783,7 +784,10 @@ class SkinCitizen extends SkinMustache {
}
// Script content at 'skins.citizen.scripts.theme/inline.js
- $this->getOutput()->addHeadItem( 'theme-switcher', '' );
+ $this->getOutput()->addHeadItem(
+ 'theme-switcher',
+ ''
+ );
// Add styles and scripts module
$options['scripts'] = array_merge(