Passed
Push — master ( d452fd...6fd11e )
by Chauncey
03:50
created
src/Charcoal/Email/EmailLog.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
     }
350 350
 
351 351
     /**
352
-     * @return string|null
352
+     * @return integer
353 353
      */
354 354
     public function sendStatus()
355 355
     {
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
     }
376 376
 
377 377
     /**
378
-     * @param  null|string|DateTime $ts The "send date" datetime value.
378
+     * @param  string $ts The "send date" datetime value.
379 379
      * @throws InvalidArgumentException If the ts is not a valid datetime value.
380 380
      * @return self
381 381
      */
@@ -423,7 +423,7 @@  discard block
 block discarded – undo
423 423
     }
424 424
 
425 425
     /**
426
-     * @return mixed
426
+     * @return string
427 427
      */
428 428
     public function ip()
429 429
     {
Please login to merge, or discard this patch.