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 — develop ( a64eb0...a6de32 )
by Toby
118:52 queued 18s
created
app/ModuleServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
             )->withField(
257 257
                 Field::checkList('allowed_extensions')->label('Allowed file types')->hint('Which file types can be uploaded?')
258 258
                     ->listBox(true)->values($this->app['config']->get($this->alias() . '.file_types'))
259
-		                ->default(['doc', 'docx', 'odt', 'rtf', 'txt', 'csv', 'ppt', 'pptx', 'pdf', 'xls'])
259
+                        ->default(['doc', 'docx', 'odt', 'rtf', 'txt', 'csv', 'ppt', 'pptx', 'pdf', 'xls'])
260 260
             )
261 261
         )->withGroup(
262 262
             Group::make('Status Changes')->withField(
Please login to merge, or discard this patch.