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.
Passed
Push — master ( 1db939...f19805 )
by Steve
05:44
created
src/Audit.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -240,6 +240,9 @@
 block discarded – undo
240 240
         $this->panels = $this->loadPanels(array_keys($this->panels));
241 241
     }
242 242
 
243
+    /**
244
+     * @param ActionEvent $event
245
+     */
243 246
     public function shouldTrack($event, $isError = false)
244 247
     {
245 248
         $trackActions = $isError ? $this->trackErrorActions : $this->trackActions;
Please login to merge, or discard this patch.