Failed Conditions
Push — master ( cc3467...84f509 )
by Reüel
09:31 queued 01:25
created
src/DropInGateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@
 block discarded – undo
345 345
 					foreach ( $details as $detail ) {
346 346
 						$key = (string) $detail->get_key();
347 347
 
348
-						$details_result[ $key ] = \filter_input( $input_type, $key, FILTER_SANITIZE_STRING );
348
+						$details_result[$key] = \filter_input( $input_type, $key, FILTER_SANITIZE_STRING );
349 349
 					}
350 350
 
351 351
 					$details_result = Util::filter_null( $details_result );
Please login to merge, or discard this patch.