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 ( 959197...30aa65 )
by
unknown
03:16 queued 01:32
created
src/LPTracker/models/LeadFile.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
             if(!empty($content)){
108 108
                 @file_put_contents($path, base64_decode($content));
109 109
             }
110
-        }catch(\Exception $e){}
110
+        } catch(\Exception $e){}
111 111
     }
112 112
 
113 113
     public function validate(){
Please login to merge, or discard this patch.