| 1 | <?php |
||
| 8 | final class EntityDiff |
||
| 9 | { |
||
| 10 | 4 | public function __invoke(EntityInterface $leftEntity, EntityInterface $rightEntity): ValueObjectMap |
|
| 15 | |||
| 16 | 4 | private function assertComparabiliy(EntityInterface $leftEntity, EntityInterface $rightEntity) |
|
| 22 | |||
| 23 | 4 | private function generateDiff(EntityInterface $leftEntity, EntityInterface $rightEntity): ValueObjectMap |
|
| 41 | } |
||
| 42 |