Completed
Branch master (30b563)
by Seth
04:44
created
common.inc.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 use smtech\CanvasManagement\Toolbox;
7 7
 use smtech\ReflexiveCanvasLTI\LTI\ToolProvider;
8
-use smtech\ReflexiveCanvasLTI\Exception\ConfigurationException;
9 8
 use Battis\DataUtilities;
10 9
 
11 10
 @session_start(); // TODO suppressing warnings is wrong
Please login to merge, or discard this patch.
one-offs/archive-inbox.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 require_once('common.inc.php');
4 4
 
5 5
 use Battis\BootstrapSmarty\NotificationMessage;
6
-
7 6
 use smtech\StMarksSmarty\StMarksSmarty;
8 7
 
9 8
 $toolbox->getSmarty()->enable(StMarksSmarty::MODULE_DATEPICKER);
Please login to merge, or discard this patch.
src/Toolbox.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Battis\BootstrapSmarty\NotificationMessage;
6 6
 use Battis\HierarchicalSimpleCache;
7
-
8 7
 use smtech\LTI\Configuration\Option;
9 8
 
10 9
 class Toolbox extends \smtech\StMarksReflexiveCanvasLTI\Toolbox
Please login to merge, or discard this patch.