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