From e25b1b4374f0120d38498ab664352ef0c31c3b8e Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Fri, 29 Mar 2019 15:15:34 +0100
Subject: [PATCH] Make Moodle codechecker happy.

---
 db/uninstall.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/db/uninstall.php b/db/uninstall.php
index c68fd66..3f9c93d 100644
--- a/db/uninstall.php
+++ b/db/uninstall.php
@@ -24,6 +24,9 @@
 
 defined('MOODLE_INTERNAL') || die();
 
+/**
+ * Plugin uninstall steps.
+ */
 function xmldb_block_course_overview_campus_uninstall() {
     global $DB;
 
-- 
GitLab