Completed
Push — master ( 453503...1ea5d2 )
by Ricardo Jesus Ruiz
03:24
created
config/production.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -1,22 +1,22 @@
 block discarded – undo
1 1
 <?php
2 2
 return array(
3
-    'dsn'	=> '',
4
-    'hostname' => '127.0.0.1',
5
-    'username' => 'travis',
6
-    'password' => '',
7
-    'database' => 'magento',
8
-    'dbdriver' => 'mysqli',
9
-    'dbprefix' => '',
10
-    'pconnect' => TRUE,
11
-    'db_debug' => 'production',
12
-    'cache_on' => FALSE,
13
-    'cachedir' => '',
14
-    'char_set' => 'utf8',
15
-    'dbcollat' => 'utf8_general_ci',
16
-    'swap_pre' => '',
17
-    'encrypt' => FALSE,
18
-    'compress' => FALSE,
19
-    'stricton' => FALSE,
20
-    'failover' => array(),
21
-    'save_queries' => TRUE
3
+	'dsn'	=> '',
4
+	'hostname' => '127.0.0.1',
5
+	'username' => 'travis',
6
+	'password' => '',
7
+	'database' => 'magento',
8
+	'dbdriver' => 'mysqli',
9
+	'dbprefix' => '',
10
+	'pconnect' => TRUE,
11
+	'db_debug' => 'production',
12
+	'cache_on' => FALSE,
13
+	'cachedir' => '',
14
+	'char_set' => 'utf8',
15
+	'dbcollat' => 'utf8_general_ci',
16
+	'swap_pre' => '',
17
+	'encrypt' => FALSE,
18
+	'compress' => FALSE,
19
+	'stricton' => FALSE,
20
+	'failover' => array(),
21
+	'save_queries' => TRUE
22 22
 );
Please login to merge, or discard this patch.