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 — 8.x-3.x ( 15461f...110c9b )
by Brant
05:17 queued 10s
created
modules/df/df_core/layouts/onecoltabs/onecoltabs.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
   'theme' => 'fin_onecoltabs',
12 12
   'css' => 'onecoltabs.css',
13 13
   'regions' => array(
14
-  	'top' => t('Top region'),
15
-  	'tabs'   => t('Tabbed region')
16
-  	),
14
+    'top' => t('Top region'),
15
+    'tabs'   => t('Tabbed region')
16
+    ),
17 17
 );
Please login to merge, or discard this patch.