Skip to content

Commit 490ff39

Browse files
authored
Fixed annotations (Webklex#536)
1 parent 7484a0e commit 490ff39

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

src/Attachment.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
*
2525
* @package Webklex\PHPIMAP
2626
*
27-
* @property integer part_number
28-
* @property integer size
29-
* @property string content
30-
* @property string type
31-
* @property string content_type
32-
* @property string id
33-
* @property string hash
34-
* @property string name
35-
* @property string description
36-
* @property string filename
37-
* @property ?string disposition
38-
* @property string img_src
27+
* @property integer $part_number
28+
* @property integer $size
29+
* @property string $content
30+
* @property string $type
31+
* @property string $content_type
32+
* @property string $id
33+
* @property string $hash
34+
* @property string $name
35+
* @property string $description
36+
* @property string $filename
37+
* @property ?string $disposition
38+
* @property string $img_src
3939
*
4040
* @method integer getPartNumber()
4141
* @method integer setPartNumber(integer $part_number)

src/Message.php

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@
4747
*
4848
* @package Webklex\PHPIMAP
4949
*
50-
* @property integer msglist
51-
* @property integer uid
52-
* @property integer msgn
53-
* @property integer size
54-
* @property Attribute subject
55-
* @property Attribute message_id
56-
* @property Attribute message_no
57-
* @property Attribute references
58-
* @property Attribute date
59-
* @property Attribute from
60-
* @property Attribute to
61-
* @property Attribute cc
62-
* @property Attribute bcc
63-
* @property Attribute reply_to
64-
* @property Attribute in_reply_to
65-
* @property Attribute sender
50+
* @property integer $msglist
51+
* @property integer $uid
52+
* @property integer $msgn
53+
* @property integer $size
54+
* @property Attribute $subject
55+
* @property Attribute $message_id
56+
* @property Attribute $message_no
57+
* @property Attribute $references
58+
* @property Attribute $date
59+
* @property Attribute $from
60+
* @property Attribute $to
61+
* @property Attribute $cc
62+
* @property Attribute $bcc
63+
* @property Attribute $reply_to
64+
* @property Attribute $in_reply_to
65+
* @property Attribute $sender
6666
*
6767
* @method integer getMsglist()
6868
* @method integer setMsglist($msglist)

0 commit comments

Comments
 (0)