@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | /** |
| 28 | 28 | * @param \Checkdomain\Comodo\Model\Account $account |
| 29 | 29 | * |
| 30 | - * @return Util |
|
| 30 | + * @return CommunicationAdapter |
|
| 31 | 31 | */ |
| 32 | 32 | public function setAccount($account) |
| 33 | 33 | { |
@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | /** |
| 58 | 58 | * @param \Guzzle\Http\Client $client |
| 59 | 59 | * |
| 60 | - * @return Util |
|
| 60 | + * @return CommunicationAdapter |
|
| 61 | 61 | */ |
| 62 | 62 | public function setClient($client) |
| 63 | 63 | { |
@@ -41,9 +41,9 @@ discard block |
||
| 41 | 41 | /** |
| 42 | 42 | * Constructs the Util with a communicationAdapter |
| 43 | 43 | * |
| 44 | - * @param CommunicationAdapter|null $communicationAdapter |
|
| 45 | - * @param ImapWithSearch|null $imapWithSearch |
|
| 46 | - * @param ImapHelper|null $imapHelper |
|
| 44 | + * @param CommunicationAdapter $communicationAdapter |
|
| 45 | + * @param ImapWithSearch $imapWithSearch |
|
| 46 | + * @param ImapHelper $imapHelper |
|
| 47 | 47 | */ |
| 48 | 48 | public function __construct(CommunicationAdapter $communicationAdapter, ImapWithSearch $imapWithSearch, ImapHelper $imapHelper) |
| 49 | 49 | { |
@@ -204,7 +204,7 @@ discard block |
||
| 204 | 204 | * |
| 205 | 205 | * @param array $params |
| 206 | 206 | * |
| 207 | - * @return AutoApplyResult |
|
| 207 | + * @return AutoReplaceResult |
|
| 208 | 208 | * @throws Model\Exception\AccountException |
| 209 | 209 | * @throws Model\Exception\ArgumentException |
| 210 | 210 | * @throws Model\Exception\CSRException |
@@ -338,9 +338,9 @@ discard block |
||
| 338 | 338 | } |
| 339 | 339 | |
| 340 | 340 | /** |
| 341 | - * @param Object $object |
|
| 341 | + * @param CollectSslResult $object |
|
| 342 | 342 | * @param array $arr |
| 343 | - * @param array $timestampFields |
|
| 343 | + * @param string[] $timestampFields |
|
| 344 | 344 | * |
| 345 | 345 | * @return $this |
| 346 | 346 | */ |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Checkdomain\Comodo\Model\Exception\RequestException; |
| 8 | 8 | use Checkdomain\Comodo\Model\Exception\UnknownApiException; |
| 9 | 9 | use Checkdomain\Comodo\Model\Exception\UnknownException; |
| 10 | - |
|
| 11 | 10 | use Checkdomain\Comodo\Model\Result\AutoApplyResult; |
| 12 | 11 | use Checkdomain\Comodo\Model\Result\AutoReplaceResult; |
| 13 | 12 | use Checkdomain\Comodo\Model\Result\CollectSslResult; |