@@ -354,7 +354,7 @@ discard block |
||
354 | 354 | } |
355 | 355 | |
356 | 356 | /** |
357 | - * @return \DateTime |
|
357 | + * @return string |
|
358 | 358 | */ |
359 | 359 | public function getCertValidityNotBefore() |
360 | 360 | { |
@@ -372,7 +372,7 @@ discard block |
||
372 | 372 | } |
373 | 373 | |
374 | 374 | /** |
375 | - * @return \DateTime |
|
375 | + * @return string |
|
376 | 376 | */ |
377 | 377 | public function getCertValidityNotAfter() |
378 | 378 | { |
@@ -54,9 +54,9 @@ discard block |
||
54 | 54 | /** |
55 | 55 | * Constructs the Util with a communicationAdapter |
56 | 56 | * |
57 | - * @param CommunicationAdapter|null $communicationAdapter |
|
58 | - * @param ImapAdapter|null $imapAdapter |
|
59 | - * @param ImapHelper|null $imapHelper |
|
57 | + * @param CommunicationAdapter $communicationAdapter |
|
58 | + * @param ImapAdapter $imapAdapter |
|
59 | + * @param ImapHelper $imapHelper |
|
60 | 60 | */ |
61 | 61 | public function __construct(CommunicationAdapter $communicationAdapter, ImapAdapter $imapAdapter, ImapHelper $imapHelper) |
62 | 62 | { |
@@ -218,7 +218,7 @@ discard block |
||
218 | 218 | * |
219 | 219 | * @param array $params |
220 | 220 | * |
221 | - * @return AutoApplyResult |
|
221 | + * @return AutoReplaceResult |
|
222 | 222 | * @throws Model\Exception\AccountException |
223 | 223 | * @throws Model\Exception\ArgumentException |
224 | 224 | * @throws Model\Exception\CSRException |
@@ -496,7 +496,7 @@ discard block |
||
496 | 496 | * |
497 | 497 | * @param array $params |
498 | 498 | * |
499 | - * @return GetMDCDomainDetailsResult |
|
499 | + * @return SslCheckerResult |
|
500 | 500 | * |
501 | 501 | * @throws Model\Exception\AccountException |
502 | 502 | * @throws Model\Exception\ArgumentException |
@@ -733,7 +733,7 @@ discard block |
||
733 | 733 | /** |
734 | 734 | * @param CollectSslResult $object |
735 | 735 | * @param array $arr |
736 | - * @param array $timestampFields |
|
736 | + * @param string[] $timestampFields |
|
737 | 737 | * |
738 | 738 | * @return $this |
739 | 739 | */ |