Completed
Push — master ( a2eed9...0eb530 )
by John
31:55 queued 14s
created
tests/databases-all-config.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -5,10 +5,10 @@
 block discarded – undo
5 5
  */
6 6
 
7 7
 $CONFIG = [
8
-	'supportedDatabases' => [
9
-		'sqlite',
10
-		'mysql',
11
-		'pgsql',
12
-		'oci',
13
-	],
8
+    'supportedDatabases' => [
9
+        'sqlite',
10
+        'mysql',
11
+        'pgsql',
12
+        'oci',
13
+    ],
14 14
 ];
Please login to merge, or discard this patch.