Skip to content

Commit 8c097f7

Browse files
committed
comments added
1 parent a6ae366 commit 8c097f7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/IMAP/Message.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,20 @@
1616

1717
class Message {
1818

19+
20+
/**
21+
* Client instance
22+
*
23+
* @var Client
24+
*/
1925
private $client = Client::class;
2026

27+
28+
/**
29+
* U ID
30+
*
31+
* @var string
32+
*/
2133
public $uid = '';
2234

2335
/* HEADER */

0 commit comments

Comments
 (0)