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 ( c0c2aa...8add33 )
by Samuel
03:06
created
src/Acl.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -262,16 +262,13 @@
 block discarded – undo
262 262
             if ($object instanceof RoleInterface)
263 263
             {
264 264
                 $this->addRole((string)$object);
265
-            }
266
-            else if ($object instanceof ResourceInterface)
265
+            } else if ($object instanceof ResourceInterface)
267 266
             {
268 267
                 $this->addResource((string)$object);
269
-            }
270
-            else if ($object instanceof PermissionInterface)
268
+            } else if ($object instanceof PermissionInterface)
271 269
             {
272 270
                 $this->addPermission((string)$object);
273
-            }
274
-            else {
271
+            } else {
275 272
                 throw new \Exception(
276 273
                     sprintf(
277 274
                         "%s must implement one of RoleInterface, '.
Please login to merge, or discard this patch.