From 948d91f65bab058bab85b3ba32ea168864d809dd Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Tue, 6 Oct 2020 09:25:48 +0200
Subject: [PATCH] Fixing codechecker warnings.

---
 lib.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib.php b/lib.php
index f6ccbae..a0b3463 100644
--- a/lib.php
+++ b/lib.php
@@ -32,9 +32,9 @@ defined('MOODLE_INTERNAL') || die();
  * @return string
  */
 function theme_boost_campus_child_get_extra_scss($theme) {
-    // Get the config from parent theme boost_campus
+    // Get the config from parent theme boost_campus.
     $boostcampusconfig = theme_config::load('boost_campus');
-    // Retrieve its SCSS
+    // Retrieve its SCSS.
     $boostcampusscss = $boostcampusconfig->settings->scss;
 
     $content = '';
-- 
GitLab