Completed
Push — master ( 2a88ca...01b616 )
by Terrence
15:58 queued 01:01
created
authorize/index-site.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
4 4
 
5 5
 require_once __DIR__ . '/../vendor/autoload.php';
6 6
 
7
-use CILogon\Service\Util;
8 7
 use CILogon\Service\Content;
9 8
 use CILogon\Service\DBService;
10 9
 use CILogon\Service\Loggit;
10
+use CILogon\Service\Util;
11 11
 
12 12
 Util::startPHPSession();
13 13
 
Please login to merge, or discard this patch.
delegate/index-site.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 require_once __DIR__ . '/../vendor/autoload.php';
6 6
 
7
-use CILogon\Service\Util;
8 7
 use CILogon\Service\Content;
9
-use CILogon\Service\PortalCookie;
10 8
 use CILogon\Service\DBService;
11 9
 use CILogon\Service\Loggit;
10
+use CILogon\Service\PortalCookie;
11
+use CILogon\Service\Util;
12 12
 
13 13
 Util::startPHPSession();
14 14
 
Please login to merge, or discard this patch.
getuser/index.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 require_once __DIR__ . '/../vendor/autoload.php';
6 6
 
7
-use CILogon\Service\Util;
8 7
 use CILogon\Service\OAuth2Provider;
8
+use CILogon\Service\Util;
9 9
 use League\OAuth2\Client\Token\AccessToken;
10 10
 
11 11
 Util::startPHPSession();
Please login to merge, or discard this patch.
index-site.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
4 4
 
5 5
 require_once __DIR__ . '/vendor/autoload.php';
6 6
 
7
-use CILogon\Service\Util;
8 7
 use CILogon\Service\Content;
9
-use CILogon\Service\ShibError;
10 8
 use CILogon\Service\Loggit;
9
+use CILogon\Service\ShibError;
10
+use CILogon\Service\Util;
11 11
 
12 12
 Util::startPHPSession();
13 13
 
Please login to merge, or discard this patch.
me/index.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 require_once __DIR__ . '/../vendor/autoload.php';
6 6
 
7
-use CILogon\Service\Util;
8 7
 use CILogon\Service\Content;
9 8
 use CILogon\Service\PortalCookie;
9
+use CILogon\Service\Util;
10 10
 
11 11
 Util::startPHPSession();
12 12
 
Please login to merge, or discard this patch.
secure/getuser/index.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,12 +4,12 @@
 block discarded – undo
4 4
 
5 5
 require_once __DIR__ . '/../../vendor/autoload.php';
6 6
 
7
-use CILogon\Service\Util;
8 7
 use CILogon\Service\Content;
9 8
 use CILogon\Service\DBService;
9
+use CILogon\Service\Loggit;
10 10
 use CILogon\Service\MyProxy;
11 11
 use CILogon\Service\TwoFactor;
12
-use CILogon\Service\Loggit;
12
+use CILogon\Service\Util;
13 13
 
14 14
 Util::startPHPSession();
15 15
 
Please login to merge, or discard this patch.
testidp/index.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 require_once __DIR__ . '/../vendor/autoload.php';
6 6
 
7
-use CILogon\Service\Util;
8 7
 use CILogon\Service\Content;
9 8
 use CILogon\Service\ShibError;
9
+use CILogon\Service\Util;
10 10
 
11 11
 Util::startPHPSession();
12 12
 
Please login to merge, or discard this patch.