From e9d9015d630604266dd25178280bea2624bbeceb Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 11 Jan 2021 13:47:21 -0500 Subject: [PATCH] docs: add missing parameter --- includes/SkinCitizen.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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(