@@ -174,7 +174,7 @@ |
||
| 174 | 174 | } |
| 175 | 175 | |
| 176 | 176 | /** |
| 177 | - * @param $raw |
|
| 177 | + * @param string $raw |
|
| 178 | 178 | * |
| 179 | 179 | * @return Message |
| 180 | 180 | */ |
@@ -52,9 +52,9 @@ discard block |
||
| 52 | 52 | /** |
| 53 | 53 | * Constructs the Util with a communicationAdapter |
| 54 | 54 | * |
| 55 | - * @param CommunicationAdapter|null $communicationAdapter |
|
| 56 | - * @param ImapAdapter|null $imapAdapter |
|
| 57 | - * @param ImapHelper|null $imapHelper |
|
| 55 | + * @param CommunicationAdapter $communicationAdapter |
|
| 56 | + * @param ImapAdapter $imapAdapter |
|
| 57 | + * @param ImapHelper $imapHelper |
|
| 58 | 58 | */ |
| 59 | 59 | public function __construct(CommunicationAdapter $communicationAdapter, ImapAdapter $imapAdapter, ImapHelper $imapHelper) |
| 60 | 60 | { |
@@ -216,7 +216,7 @@ discard block |
||
| 216 | 216 | * |
| 217 | 217 | * @param array $params |
| 218 | 218 | * |
| 219 | - * @return AutoApplyResult |
|
| 219 | + * @return AutoReplaceResult |
|
| 220 | 220 | * @throws Model\Exception\AccountException |
| 221 | 221 | * @throws Model\Exception\ArgumentException |
| 222 | 222 | * @throws Model\Exception\CSRException |
@@ -352,7 +352,7 @@ discard block |
||
| 352 | 352 | /** |
| 353 | 353 | * @param CollectSslResult $object |
| 354 | 354 | * @param array $arr |
| 355 | - * @param array $timestampFields |
|
| 355 | + * @param string[] $timestampFields |
|
| 356 | 356 | * |
| 357 | 357 | * @return $this |
| 358 | 358 | */ |
@@ -97,7 +97,7 @@ |
||
| 97 | 97 | /** |
| 98 | 98 | * Creates a class to simulate Requests, and return response String for testing purposes |
| 99 | 99 | * |
| 100 | - * @param $responseString |
|
| 100 | + * @param string $responseString |
|
| 101 | 101 | * |
| 102 | 102 | * @return \PHPUnit_Framework_MockObject_MockObject |
| 103 | 103 | */ |