MDL-77657 theme: Corrected return type

This commit is contained in:
Daniel Poggenpohl
2023-08-18 16:27:24 +02:00
parent d98766494f
commit f3c5b84da3
+1 -1
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;