Passed
Push — main ( cab1bb...b51d0b )
by
unknown
01:18 queued 42s
created
migrations.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -4,21 +4,21 @@
 block discarded – undo
4 4
 // DO NOT USE THIS IN PRODUCTION
5 5
 
6 6
 return [
7
-    'table_storage' => [
8
-        'table_name' => 'doctrine_migration_versions',
9
-        'version_column_name' => 'version',
10
-        'version_column_length' => 1024,
11
-        'executed_at_column_name' => 'executed_at',
12
-        'execution_time_column_name' => 'execution_time',
13
-    ],
7
+	'table_storage' => [
8
+		'table_name' => 'doctrine_migration_versions',
9
+		'version_column_name' => 'version',
10
+		'version_column_length' => 1024,
11
+		'executed_at_column_name' => 'executed_at',
12
+		'execution_time_column_name' => 'execution_time',
13
+	],
14 14
 
15
-    'migrations_paths' => [
16
-        'WMDE\Fundraising\AddressChangeContext\DataAccess\Migrations' => './src/DataAccess/Migrations',
17
-    ],
15
+	'migrations_paths' => [
16
+		'WMDE\Fundraising\AddressChangeContext\DataAccess\Migrations' => './src/DataAccess/Migrations',
17
+	],
18 18
 
19
-    'all_or_nothing' => true,
20
-    'organize_migrations' => 'none',
21
-    'connection' => null,
22
-    'em' => null,
19
+	'all_or_nothing' => true,
20
+	'organize_migrations' => 'none',
21
+	'connection' => null,
22
+	'em' => null,
23 23
 ];
24 24
 
Please login to merge, or discard this patch.