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 ( d6d110...2c3946 )
by Albert
02:11
created
src/DbExporter/DbExporter.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -28,14 +28,14 @@
 block discarded – undo
28 28
      * @var array
29 29
      **/
30 30
     protected $selects = [
31
-                          'column_name as Field',
32
-                          'column_type as Type',
33
-                          'is_nullable as null',
34
-                          'column_key as Key',
35
-                          'column_default as Default',
36
-                          'extra as Extra',
37
-                          'data_type as Data_Type',
38
-                         ];
31
+                            'column_name as Field',
32
+                            'column_type as Type',
33
+                            'is_nullable as null',
34
+                            'column_key as Key',
35
+                            'column_default as Default',
36
+                            'extra as Extra',
37
+                            'data_type as Data_Type',
38
+                            ];
39 39
     /**
40 40
      * Select fields from  constraints.
41 41
      *
Please login to merge, or discard this patch.