Test Failed
Push — develop ( 5f6097...889b97 )
by Remco
04:40
created
src/CustomerDataStore.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
 	 * @param array $data   Data.
51 51
 	 * @param array $format Format.
52 52
 	 */
53
-	public function insert_customer( Customer $customer, $data = array(), $format = array()  ) {
53
+	public function insert_customer( Customer $customer, $data = array(), $format = array() ) {
54 54
 		global $wpdb;
55 55
 
56 56
 		$mollie_id = $customer->get_id();
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
 			$customer->get_id(),
120 120
 			$user->ID
121 121
 		);
122
-echo $query;exit;
122
+echo $query; exit;
123 123
 		$result = $wpdb->query( $query );
124 124
 
125 125
 		if ( false === $result ) {
Please login to merge, or discard this patch.