From bf2c60cb7dbdf58b19c5a2879665705e7ae26bd3 Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Sun, 7 Feb 2021 20:52:18 +0100 Subject: [PATCH] Make codechecker fully happy --- CHANGES.md | 1 + classes/output/core_renderer.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9175982..832edc3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Unreleased +* 2021-02-05 - Make codechecker fully happy * 2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions ### v3.10-r2 diff --git a/classes/output/core_renderer.php b/classes/output/core_renderer.php index 7f92770..4733aae 100644 --- a/classes/output/core_renderer.php +++ b/classes/output/core_renderer.php @@ -65,8 +65,10 @@ class core_renderer extends \theme_boost_campus\output\core_renderer { return $bcconfig->image_url('favicon', 'theme'); } // MODIFICATION END. + // @codingStandardsIgnoreStart /* ORIGINAL START. return $this->image_url('favicon', 'theme'); ORIGINAL END. */ + // @codingStandardsIgnoreEnd } } -- GitLab