Completed
Branch master (b9a699)
by Joe
03:30 queued 01:35
created
src/WmiScripting/Support/ApiObjects/SWbemObjectSet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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
         });
Please login to merge, or discard this patch.