Passed
Push — master ( ed8d22...a6e970 )
by
unknown
02:07
created
src/Charcoal/Email/EmailLog.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -340,7 +340,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
388 388
     }
389 389
 
390 390
     /**
391
-     * @return mixed
391
+     * @return string
392 392
      */
393 393
     public function ip()
394 394
     {
Please login to merge, or discard this patch.