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 ( 2a4315...ac93b3 )
by Nicolaas
01:25
created
code/api/PermissionProviderFactory.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -132,6 +132,7 @@
 block discarded – undo
132 132
      * @param string          $roleTitle       Role Title - e.g. Store Manager
133 133
      * @param array           $permissionArray Permission Array - list of permission codes applied to the group
134 134
      * @param Member | String $member          Default Member added to the group (e.g. [email protected]). You can also provide an email address
135
+     * @param Member $member
135 136
      */
136 137
     public function CreateGroup(
137 138
         $code = '',
Please login to merge, or discard this patch.