Passed
Push — master ( d8c5da...177fc5 )
by Jesse
01:27
created
src/Extract.php 1 patch
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.