We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ef08b commit 04b560fCopy full SHA for 04b560f
src/IMAP/Message.php
@@ -32,7 +32,7 @@ class Message {
32
/**
33
* U ID
34
*
35
- * @var string
+ * @var integer
36
*/
37
public $uid = '';
38
@@ -685,7 +685,7 @@ public function getClient() {
685
}
686
687
688
- * @return string
+ * @return integer
689
690
public function getUid() {
691
return $this->uid;
@@ -741,7 +741,7 @@ public function getSubject() {
741
742
743
744
- * @return null
+ * @return Carbon|null
745
746
public function getDate() {
747
return $this->date;
0 commit comments