From bcb012de50d953baee387a687c486ee94b77ee7b Mon Sep 17 00:00:00 2001 From: grnsv Date: Thu, 5 Dec 2024 15:03:14 +0300 Subject: [PATCH] Fixed annotations --- src/Attachment.php | 24 ++++++++++++------------ src/Message.php | 32 ++++++++++++++++---------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/Attachment.php b/src/Attachment.php index 451dfe2..257ec43 100755 --- a/src/Attachment.php +++ b/src/Attachment.php @@ -22,18 +22,18 @@ * * @package Webklex\PHPIMAP * - * @property integer part_number - * @property integer size - * @property string content - * @property string type - * @property string content_type - * @property string id - * @property string hash - * @property string name - * @property string description - * @property string filename - * @property ?string disposition - * @property string img_src + * @property integer $part_number + * @property integer $size + * @property string $content + * @property string $type + * @property string $content_type + * @property string $id + * @property string $hash + * @property string $name + * @property string $description + * @property string $filename + * @property ?string $disposition + * @property string $img_src * * @method integer getPartNumber() * @method integer setPartNumber(integer $part_number) diff --git a/src/Message.php b/src/Message.php index 10b9601..5ca5e54 100755 --- a/src/Message.php +++ b/src/Message.php @@ -44,22 +44,22 @@ * * @package Webklex\PHPIMAP * - * @property integer msglist - * @property integer uid - * @property integer msgn - * @property integer size - * @property Attribute subject - * @property Attribute message_id - * @property Attribute message_no - * @property Attribute references - * @property Attribute date - * @property Attribute from - * @property Attribute to - * @property Attribute cc - * @property Attribute bcc - * @property Attribute reply_to - * @property Attribute in_reply_to - * @property Attribute sender + * @property integer $msglist + * @property integer $uid + * @property integer $msgn + * @property integer $size + * @property Attribute $subject + * @property Attribute $message_id + * @property Attribute $message_no + * @property Attribute $references + * @property Attribute $date + * @property Attribute $from + * @property Attribute $to + * @property Attribute $cc + * @property Attribute $bcc + * @property Attribute $reply_to + * @property Attribute $in_reply_to + * @property Attribute $sender * * @method integer getMsglist() * @method integer setMsglist($msglist)