Passed
Push — master ( 1690e8...572929 )
by Aimeos
02:26
created
lib/custom/setup/unittest/data/customer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 				'customer.address.telefax' => '055544332212', 'customer.address.website' => 'www.example.com',
76 76
 				'customer.address.longitude' => '10.5', 'customer.address.latitude' => '51.0',
77 77
 				'customer.address.position' => '0',
78
-			],[
78
+			], [
79 79
 				'customer.address.company' => 'Example company LLC', 'customer.address.vatid' => 'DE999999999',
80 80
 				'customer.address.salutation' => 'mr', 'customer.address.title' => 'Dr.',
81 81
 				'customer.address.firstname' => 'Good', 'customer.address.lastname' => 'Unittest',
Please login to merge, or discard this patch.