From 1f2f32824d2ce0a1ecc0eb3b11b4657590ce5362 Mon Sep 17 00:00:00 2001
From: Daniel Poggenpohl <daniel.poggenpohl@fernuni-hagen.de>
Date: Tue, 4 Apr 2023 15:50:18 +0200
Subject: [PATCH] MDL-77657 theme: Corrected return type

---
 theme/boost/lib.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/boost/lib.php b/theme/boost/lib.php
index 7e98100f6d8..6cc398d535e 100644
--- a/theme/boost/lib.php
+++ b/theme/boost/lib.php
@@ -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;