Passed
Push — master ( 177fc5...076147 )
by Jesse
01:39
created
src/Internal/Visited.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,8 @@
 block discarded – undo
76 76
             add($this->paths, [sprintf(
77 77
                 '%s:%s',
78 78
                 isObject($value) ? classOf($value) : typeOf($value),
79
-               $name
80
-           )])
79
+                $name
80
+            )])
81 81
         );
82 82
     }
83 83
 }
Please login to merge, or discard this patch.
src/Extract.php 1 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.