@@ -53,7 +53,7 @@ |
||
| 53 | 53 | |
| 54 | 54 | public function instantiateModels(Win32Model $model): ObjectSet |
| 55 | 55 | { |
| 56 | - $this->set = $this->set->map(function (ObjectItem $item) use ($model) { |
|
| 56 | + $this->set = $this->set->map(function(ObjectItem $item) use ($model) { |
|
| 57 | 57 | $item->instantiateWin32Model($model); |
| 58 | 58 | return $item; |
| 59 | 59 | }); |