@@ -405,7 +405,7 @@ discard block |
||
| 405 | 405 | /** |
| 406 | 406 | * Set when the search was initiated. |
| 407 | 407 | * |
| 408 | - * @param DateTime|string|null $timestamp The timestamp of search request. |
|
| 408 | + * @param string $timestamp The timestamp of search request. |
|
| 409 | 409 | * NULL is accepted and instances of DateTimeInterface are recommended; |
| 410 | 410 | * any other value will be converted (if possible) into one. |
| 411 | 411 | * @throws InvalidArgumentException If the timestamp is invalid. |
@@ -442,7 +442,7 @@ discard block |
||
| 442 | 442 | /** |
| 443 | 443 | * Retrieve the creation timestamp. |
| 444 | 444 | * |
| 445 | - * @return DateTime|null |
|
| 445 | + * @return DateTimeInterface|null |
|
| 446 | 446 | */ |
| 447 | 447 | public function ts() |
| 448 | 448 | { |