Completed
Push — master ( 9d2cc3...4fd1c3 )
by Jesus
02:11
created
classes/search/tags.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
  */
25 25
 
26 26
 namespace mod_bigbluebuttonbn\search;
27
-use core_tag\output\tag;
28 27
 
29 28
 defined('MOODLE_INTERNAL') || die();
30 29
 
Please login to merge, or discard this patch.
classes/output/mobile.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 
28 28
 defined('MOODLE_INTERNAL') || die();
29 29
 
30
-use context_module;
31 30
 use mod_bigbluebuttonbn\locallib\bigbluebutton;
32 31
 
33 32
 require_once($CFG->dirroot . '/mod/bigbluebuttonbn/locallib.php');
Please login to merge, or discard this patch.