Completed
Push — master ( c91108...b056e2 )
by Terrence
14:58
created
authorize/index-site.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -481,7 +481,7 @@
 block discarded – undo
481 481
  * 'client_error_msg' is set so it can be displayed by the
482 482
  * printOIDCErrorPage() function.
483 483
  *
484
- * @return bool True if the various parameters related to the OIDC
484
+ * @return null|boolean True if the various parameters related to the OIDC
485 485
  *         session are present. False otherwise.
486 486
  */
487 487
 function verifyOIDCParams()
Please login to merge, or discard this 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 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -137,6 +137,7 @@
 block discarded – undo
137 137
  *
138 138
  * @param OAuth2Provider An exsiting OAuth2Provider object
139 139
  * @param League\OAuth2\Client\Token\AccessToken An oauth2 token
140
+ * @param OAuth2Provider $oauth2
140 141
  * @return string A GitHub user's primary email address, or empty string
141 142
  *         if no such email address exists.
142 143
  */
Please login to merge, or discard this 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.
logout/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\Loggit;
9
+use CILogon\Service\Util;
10 10
 
11 11
 Util::startPHPSession();
12 12
 
Please login to merge, or discard this patch.