Passed
Push — master ( 646380...d8c5da )
by Jesse
01:28
created
src/Extract.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,8 +87,9 @@
 block discarded – undo
87 87
             classOfThe($entity),
88 88
             $map->idOf($entity),
89 89
             PropertyStates::list(...$this->extractor->extract(
90
-                ExtractionRequest::for($entity, $map)
91
-            ))
90
+                ExtractionRequest::for($entity, $map) {
91
+                            ))
92 92
         );
93
+                }
93 94
     }
94 95
 }
Please login to merge, or discard this patch.