@@ -76,8 +76,8 @@ |
||
| 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 | } |
@@ -132,8 +132,9 @@ |
||
| 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 | } |