Skip to content

Commit

Permalink
MDL-77657 theme: Corrected return type
Browse files Browse the repository at this point in the history
  • Loading branch information
danowar2k committed Aug 21, 2023
1 parent 02716c8 commit 1f2f328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/boost/lib.php
Expand Up @@ -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;
Expand Down

0 comments on commit 1f2f328

Please sign in to comment.