@@ -345,7 +345,7 @@ |
||
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 ); |