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