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
Pull Request — master (#9)
by
unknown
14:04 queued 11:45
created
src/DbExporter/DbExporter.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -27,17 +27,17 @@
 block discarded – undo
27 27
      * @var array
28 28
      **/
29 29
     protected $selects = [
30
-                          'column_name as Field',
31
-                          'column_type as Type',
32
-                          'is_nullable as Nullable',
33
-                          'column_key as Key',
34
-                          'column_default as Default',
35
-                          'extra as Extra',
36
-                          'data_type as Data_Type',
37
-                          'CHARACTER_MAXIMUM_LENGTH as Length',
38
-                          'NUMERIC_PRECISION as Precision',
39
-                          'NUMERIC_SCALE as Scale',
40
-                         ];
30
+                            'column_name as Field',
31
+                            'column_type as Type',
32
+                            'is_nullable as Nullable',
33
+                            'column_key as Key',
34
+                            'column_default as Default',
35
+                            'extra as Extra',
36
+                            'data_type as Data_Type',
37
+                            'CHARACTER_MAXIMUM_LENGTH as Length',
38
+                            'NUMERIC_PRECISION as Precision',
39
+                            'NUMERIC_SCALE as Scale',
40
+                            ];
41 41
     /**
42 42
      * Select fields from  constraints.
43 43
      *
Please login to merge, or discard this patch.