MDL-77657 theme: Corrected return type

This commit is contained in:
Daniel Poggenpohl 2023-04-04 15:50:18 +02:00
parent 02716c8ea6
commit 1f2f32824d

View File

@ -135,7 +135,7 @@ function theme_boost_get_precompiled_css() {
* Get SCSS to prepend.
*
* @param theme_config $theme The theme config object.
* @return array
* @return string
*/
function theme_boost_get_pre_scss($theme) {
global $CFG;