Skip to content
Snippets Groups Projects
Commit bf2c60cb authored by Alexander Bias's avatar Alexander Bias
Browse files

Make codechecker fully happy

parent 4fd32a00
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2021-02-05 - Make codechecker fully happy
* 2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions * 2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions
### v3.10-r2 ### v3.10-r2
......
...@@ -65,8 +65,10 @@ class core_renderer extends \theme_boost_campus\output\core_renderer { ...@@ -65,8 +65,10 @@ class core_renderer extends \theme_boost_campus\output\core_renderer {
return $bcconfig->image_url('favicon', 'theme'); return $bcconfig->image_url('favicon', 'theme');
} }
// MODIFICATION END. // MODIFICATION END.
// @codingStandardsIgnoreStart
/* ORIGINAL START. /* ORIGINAL START.
return $this->image_url('favicon', 'theme'); return $this->image_url('favicon', 'theme');
ORIGINAL END. */ ORIGINAL END. */
// @codingStandardsIgnoreEnd
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment