Passed
Push — master ( 076147...83cdd9 )
by Jesse
01:35
created
src/Extract.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,8 +132,9 @@
 block discarded – undo
132 132
     ): RepresentsEntity {
133 133
         return EntityState::ofThe(classOfThe($entity), $id, PropertyStates::list(
134 134
             ...$this->extractor->extract(
135
-                ExtractionRequest::for($entity, $map, ...$newEntities)
136
-            )
135
+                ExtractionRequest::for($entity, $map, ...$newEntities) {
136
+                            )
137 137
         ));
138
+                }
138 139
     }
139 140
 }
Please login to merge, or discard this patch.