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