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.
Test Setup Failed
Push — master ( 4ed476...4d237c )
by Samuel
01:03 queued 11s
created
src/Acl.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -237,16 +237,13 @@
 block discarded – undo
237 237
             if ($object instanceof RoleInterface)
238 238
             {
239 239
                 $this->addRole((string)$object);
240
-            }
241
-            else if ($object instanceof ResourceInterface)
240
+            } else if ($object instanceof ResourceInterface)
242 241
             {
243 242
                 $this->addResource((string)$object);
244
-            }
245
-            else if ($object instanceof PermissionInterface)
243
+            } else if ($object instanceof PermissionInterface)
246 244
             {
247 245
                 $this->addPermission((string)$object);
248
-            }
249
-            else {
246
+            } else {
250 247
                 throw new Exception(
251 248
                     sprintf(
252 249
                         "%s must implement one of RoleInterface, '.
Please login to merge, or discard this patch.