| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | class CustomerAddressAttributeUpdateObserver extends CustomerAddressAttributeObserver |
||
| 29 | { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Initialize the customer address with the passed attributes and returns an instance. |
||
| 33 | * |
||
| 34 | * @param array $attr The category customer attributes |
||
| 35 | * |
||
| 36 | * @return array The initialized category customer |
||
| 37 | */ |
||
| 38 | protected function initializeAttribute(array $attr) |
||
| 50 |