@@ -66,6 +66,11 @@ discard block |
||
| 66 | 66 | return constant(ExchangeWebServices::class . "::$constant"); |
| 67 | 67 | } |
| 68 | 68 | |
| 69 | + /** |
|
| 70 | + * @param string $email |
|
| 71 | + * @param string $password |
|
| 72 | + * @param string $username |
|
| 73 | + */ |
|
| 69 | 74 | protected function newAPI($email, $password, $username = null, $options = []) |
| 70 | 75 | { |
| 71 | 76 | $options = array_replace_recursive([ |
@@ -347,8 +352,8 @@ discard block |
||
| 347 | 352 | /** |
| 348 | 353 | * Get a top level domain based on an email address |
| 349 | 354 | * |
| 350 | - * @param $email |
|
| 351 | - * @return bool|string |
|
| 355 | + * @param string $email |
|
| 356 | + * @return string|false |
|
| 352 | 357 | */ |
| 353 | 358 | protected function getTopLevelDomainFromEmail($email) |
| 354 | 359 | { |