| 1 | <?php |
||
| 19 | final class AddressComparator implements AddressComparatorInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function same(AddressInterface $firstAddress, AddressInterface $secondAddress) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param AddressInterface $address |
||
| 31 | * |
||
| 32 | * @return array |
||
| 33 | */ |
||
| 34 | private function normalizeAddress(AddressInterface $address) |
||
| 51 | } |
||
| 52 |