Completed
Push — master ( 10f060...e8bd2a )
by Terrence
10:44
created
getuser/index-functions.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
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
  * require_once __DIR__ . '/index-functions.php';
8 8
  */
9 9
 
10
-use CILogon\Service\Util;
11 10
 use CILogon\Service\OAuth2Provider;
11
+use CILogon\Service\Util;
12 12
 use League\OAuth2\Client\Token\AccessToken;
13 13
 
14 14
 /**
Please login to merge, or discard this patch.