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 ( 273301...d40dfb )
by Nikhil
19:35 queued 09:51
created
app/Console/Kernel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,6 +28,6 @@
 block discarded – undo
28 28
     protected function schedule(Schedule $schedule)
29 29
     {
30 30
         $schedule->command('purchases:check')
31
-                 ->dailyAt('00:01');
31
+                    ->dailyAt('00:01');
32 32
     }
33 33
 }
Please login to merge, or discard this patch.