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 ( 0b8d5e...7125e1 )
by Rob
02:46
created
src/Libraries/Config/Config.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,13 +18,13 @@
 block discarded – undo
18 18
     public const DEFAULT_TIMEOUT = 10;
19 19
 
20 20
     // Default threat types.
21
-    public const DEFAULT_THREAT_TYPES = ['THREAT_TYPE_UNSPECIFIED'];
21
+    public const DEFAULT_THREAT_TYPES = [ 'THREAT_TYPE_UNSPECIFIED' ];
22 22
 
23 23
     // Default threst entry types.
24
-    public const DEFAULT_THREAT_ENTRY_TYPES = ['THREAT_ENTRY_TYPE_UNSPECIFIED'];
24
+    public const DEFAULT_THREAT_ENTRY_TYPES = [ 'THREAT_ENTRY_TYPE_UNSPECIFIED' ];
25 25
 
26 26
     // Default threat platform types.
27
-    public const DEFAULT_THREAT_PLATFORM_TYPES = ['PLATFORM_TYPE_UNSPECIFIED'];
27
+    public const DEFAULT_THREAT_PLATFORM_TYPES = [ 'PLATFORM_TYPE_UNSPECIFIED' ];
28 28
 
29 29
     /**
30 30
      * Retrieve the Google API key.
Please login to merge, or discard this patch.