Test Failed
Push — develop ( f2e903...5f6097 )
by Remco
04:49
created
src/CustomerDataStore.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 		return $data;
38 38
 	}
39 39
 
40
-	public function insert_customer( $customer, $data = array(), $format = array()  ) {
40
+	public function insert_customer( $customer, $data = array(), $format = array() ) {
41 41
 		global $wpdb;
42 42
 
43 43
 		$mollie_id = $customer->get_id();
Please login to merge, or discard this patch.