@@ -66,7 +66,7 @@ |
||
| 66 | 66 | private function validateEmailAddress($emailReceiver): void |
| 67 | 67 | { |
| 68 | 68 | if (!filter_var($emailReceiver, FILTER_VALIDATE_EMAIL)) { |
| 69 | - throw new EmailAddressNotValidException(sprintf('\'%s\' is not a valid email address', $emailReceiver)); |
|
| 69 | + throw new EmailAddressNotValidException(sprintf('\'%s\' is not a valid email address', $emailReceiver)); |
|
| 70 | 70 | } |
| 71 | 71 | } |
| 72 | 72 | } |