Failed Conditions
Push — develop ( 58f301...54383a )
by Remco
04:58
created
src/DropInGateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -332,7 +332,7 @@
 block discarded – undo
332 332
 					foreach ( $details as $detail ) {
333 333
 						$key = $detail->get_key();
334 334
 
335
-						$details_result[ $key ] = \filter_input( $input_type, $key, FILTER_SANITIZE_STRING );
335
+						$details_result[$key] = \filter_input( $input_type, $key, FILTER_SANITIZE_STRING );
336 336
 					}
337 337
 
338 338
 					$details_result = Util::filter_null( $details_result );
Please login to merge, or discard this patch.