@@ -137,6 +137,7 @@ |
||
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 | */ |
@@ -317,7 +317,7 @@ |
||
317 | 317 | * the session variable 'client_error_msg' is set so it can be |
318 | 318 | * displayed by the printOIDCErrorPage() function. |
319 | 319 | * |
320 | - * @return bool True if the various parameters related to the OIDC |
|
320 | + * @return null|boolean True if the various parameters related to the OIDC |
|
321 | 321 | * session are present. False otherwise. |
322 | 322 | */ |
323 | 323 | function verifyOIDCParams() |