@@ -20,7 +20,7 @@ |
||
| 20 | 20 | $list = new EntityCollection(); |
| 21 | 21 | |
| 22 | 22 | if (!empty($data['list'])) { |
| 23 | - array_map(function ($item) use ($list) { |
|
| 23 | + array_map(function($item) use ($list) { |
|
| 24 | 24 | $list->push(ResponseDtoBuilder::make(GetTradingFeeRateResponseItem::class, $item)); |
| 25 | 25 | }, $data['list']); |
| 26 | 26 | } |