Completed
Push — master ( 0db328...7ae14e )
by Terrence
21:23 queued 06:24
created
authorize/index-functions.php 1 patch
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.
getuser/index-functions.php 1 patch
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.