Passed
Push — master ( ea996b...ccd354 )
by IRFA
37s queued 11s
created
config/config.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php
2
-    /* Config for PHP Native */
2
+	/* Config for PHP Native */
3 3
 
4
-    $config = [
5
-        /*
4
+	$config = [
5
+		/*
6 6
     |--------------------------------------------------------------------------
7 7
     | End Point Api ( Server Configuration )
8 8
     |--------------------------------------------------------------------------
@@ -12,13 +12,13 @@  discard block
 block discarded – undo
12 12
     | Pro : http://pro.rajaongkir.com/api
13 13
     |
14 14
     */
15
-        'account_type' => 'starter',
16
-        /*
15
+		'account_type' => 'starter',
16
+		/*
17 17
     |--------------------------------------------------------------------------
18 18
     | API key
19 19
     |--------------------------------------------------------------------------
20 20
     | You can get API key in www.rajaongkir.com
21 21
     |
22 22
     */
23
-        'api_key' => 'your-api-key',
24
-    ];
23
+		'api_key' => 'your-api-key',
24
+	];
Please login to merge, or discard this patch.