| 1 | <?php |
||
| 19 | final class AddressComparator implements AddressComparatorInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function same(AddressInterface $firstAddress, AddressInterface $secondAddress) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @param string $value |
||
| 41 | * |
||
| 42 | * @return string |
||
| 43 | */ |
||
| 44 | private function normalize($value) |
||
| 48 | } |
||
| 49 |