@@ -51,7 +51,7 @@ |
||
| 51 | 51 | public function getAllAddressIds(): array |
| 52 | 52 | { |
| 53 | 53 | return array_map( |
| 54 | - function (AddressInterface $address) { |
|
| 54 | + function(AddressInterface $address) { |
|
| 55 | 55 | return $address->getId(); |
| 56 | 56 | }, $this->customer->getAddresses() |
| 57 | 57 | ); |