@@ -33,7 +33,7 @@ |
||
33 | 33 | */ |
34 | 34 | public function get(): array |
35 | 35 | { |
36 | - $result = array_map(function ($element) { |
|
36 | + $result = array_map(function($element) { |
|
37 | 37 | $item = clone $this; |
38 | 38 | $item->data = $element; |
39 | 39 | $item->modifiedFields = $element; |