Completed
Push — master ( 904c19...2c4bed )
by
unknown
10:30
created
src/Charcoal/Search/SearchLog.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -405,7 +405,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.