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