GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 4038ea...fdafb0 )
by François
02:38
created
src/fkooman/OAuth/Client/OAuth2Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
      *                                           request URL as obtained by getAuthorzationRequestUri
82 82
      * @param string $authorizationResponseCode  the code passed to the 'code' 
83 83
      *                                           query parameter on the callback URL
84
-     * @param string $authorizationResponsestate the state passed to the 'state'
84
+     * @param string $authorizationResponseState the state passed to the 'state'
85 85
      *                                           query parameter on the callback URL
86 86
      *
87 87
      * @return AccessToken
Please login to merge, or discard this patch.