@@ -56,9 +56,9 @@ discard block |
||
56 | 56 | /** |
57 | 57 | * Constructs the Util with a communicationAdapter |
58 | 58 | * |
59 | - * @param CommunicationAdapter|null $communicationAdapter |
|
60 | - * @param ImapAdapter|null $imapAdapter |
|
61 | - * @param ImapHelper|null $imapHelper |
|
59 | + * @param CommunicationAdapter $communicationAdapter |
|
60 | + * @param ImapAdapter $imapAdapter |
|
61 | + * @param ImapHelper $imapHelper |
|
62 | 62 | */ |
63 | 63 | public function __construct(CommunicationAdapter $communicationAdapter, ImapAdapter $imapAdapter, ImapHelper $imapHelper) |
64 | 64 | { |
@@ -519,7 +519,7 @@ discard block |
||
519 | 519 | * |
520 | 520 | * @param array $params |
521 | 521 | * |
522 | - * @return GetMDCDomainDetailsResult |
|
522 | + * @return SslCheckerResult |
|
523 | 523 | * |
524 | 524 | * @throws Model\Exception\AccountException |
525 | 525 | * @throws Model\Exception\ArgumentException |
@@ -798,7 +798,7 @@ discard block |
||
798 | 798 | /** |
799 | 799 | * @param CollectSslResult $object |
800 | 800 | * @param array $arr |
801 | - * @param array $timestampFields |
|
801 | + * @param string[] $timestampFields |
|
802 | 802 | * |
803 | 803 | * @return $this |
804 | 804 | */ |