| Total Complexity | 7 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | class AddressPart extends NameValuePart |
||
| 25 | { |
||
| 26 | 99 | protected function getValueFromParts(array $parts) : string |
|
| 38 | 99 | )); |
|
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Returns the email address. |
||
| 43 | * |
||
| 44 | * @return string The email address. |
||
| 45 | */ |
||
| 46 | 3 | public function getEmail() : string |
|
| 49 | } |
||
| 50 | |||
| 51 | 1 | protected function validate() : void |
|
| 58 |