@@ -340,7 +340,7 @@ discard block |
||
340 | 340 | } |
341 | 341 | |
342 | 342 | /** |
343 | - * @param null|string|DateTime $ts The "send date" datetime value. |
|
343 | + * @param string $ts The "send date" datetime value. |
|
344 | 344 | * @throws InvalidArgumentException If the ts is not a valid datetime value. |
345 | 345 | * @return self |
346 | 346 | */ |
@@ -388,7 +388,7 @@ discard block |
||
388 | 388 | } |
389 | 389 | |
390 | 390 | /** |
391 | - * @return mixed |
|
391 | + * @return string |
|
392 | 392 | */ |
393 | 393 | public function ip() |
394 | 394 | { |