Skip to content

Commit 04b560f

Browse files
committed
var types fixed
1 parent 86ef08b commit 04b560f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/IMAP/Message.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Message {
3232
/**
3333
* U ID
3434
*
35-
* @var string
35+
* @var integer
3636
*/
3737
public $uid = '';
3838

@@ -685,7 +685,7 @@ public function getClient() {
685685
}
686686

687687
/**
688-
* @return string
688+
* @return integer
689689
*/
690690
public function getUid() {
691691
return $this->uid;
@@ -741,7 +741,7 @@ public function getSubject() {
741741
}
742742

743743
/**
744-
* @return null
744+
* @return Carbon|null
745745
*/
746746
public function getDate() {
747747
return $this->date;

0 commit comments

Comments
 (0)