Failed Conditions
Push — develop ( 566f7c...649ea6 )
by Remco
06:45 queued 13s
created
src/Admin/AdminTransactions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
 		$memberpress_transaction_id = $rec->id;
112 112
 
113 113
 		if ( \array_key_exists( $memberpress_transaction_id, $this->payments_map ) ) {
114
-			$pronamic_payment_post = $this->payments_map[ $memberpress_transaction_id ];
114
+			$pronamic_payment_post = $this->payments_map[$memberpress_transaction_id];
115 115
 
116 116
 			\printf(
117 117
 				'<a href="%s">%s</a>',
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
 		foreach ( $payment_posts as $payment_post ) {
181 181
 			$memberpress_transaction_id = (string) \get_post_meta( $payment_post->ID, '_pronamic_payment_source_id', true );
182 182
 
183
-			$this->payments_map[ $memberpress_transaction_id ] = $payment_post;
183
+			$this->payments_map[$memberpress_transaction_id] = $payment_post;
184 184
 		}
185 185
 
186 186
 		return $paths;
Please login to merge, or discard this patch.