Completed
Push — master ( 1f3384...bbaff5 )
by Rasmus
02:05
created
src/Message.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Kodus\Mail;
4 4
 
5
-use DateTimeImmutable;
6
-use DateTimeInterface;
5
+use DateTimeImmutable;
6
+use DateTimeInterface;
7 7
 use InvalidArgumentException;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@
 block discarded – undo
291 291
     }
292 292
 
293 293
     /**
294
-     * @param int|string|DateTimeInterface $date DateTime in Sender's timezone (or a UNIX integer timestamp;
294
+     * @param integer $date DateTime in Sender's timezone (or a UNIX integer timestamp;
295 295
      *                                           or a string that is compatible with the strtotime() function)
296 296
      */
297 297
     public function setDate($date): void
Please login to merge, or discard this patch.