@@ -18,13 +18,13 @@ |
||
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. |