Completed
Push — master ( bb2ce9...0d5c5a )
by Terrence
14:45
created
updateidplist/index.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,9 +20,8 @@
 block discarded – undo
20 20
 require_once __DIR__ . '/../config.php';
21 21
 include_once __DIR__ . '/../config.secrets.php';
22 22
 
23
-use CILogon\Service\Util;
24
-use CILogon\Service\Content;
25 23
 use CILogon\Service\IdpList;
24
+use CILogon\Service\Util;
26 25
 
27 26
 Util::startPHPSession();
28 27
 
Please login to merge, or discard this patch.