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 ( 3ff363...d22dd4 )
by Marc
03:50
created
src/Service/JobRepository/BridgeFileSystem.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -396,7 +396,8 @@
 block discarded – undo
396 396
                         }
397 397
                         return false;
398 398
                     }
399
-                } else {
399
+                }
400
+                else {
400 401
                     $_oDecodedConfig->apps[$key] = $oJobEntity;
401 402
                 }
402 403
                 $_bAppFound = true;
Please login to merge, or discard this patch.