refactor: message object properties
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -223,22 +223,22 @@ interface MessagePropertiesMutableInterface extends MessagePropertiesBaseInterfa
|
||||
*
|
||||
* @since 2025.05.01
|
||||
*
|
||||
* @param AttachmentInterface ...$value
|
||||
* @param MessagePartInterface ...$value
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function setAttachments(AttachmentInterface ...$value): static;
|
||||
public function setAttachments(MessagePartInterface ...$value): static;
|
||||
|
||||
/**
|
||||
* Adds an attachment
|
||||
*
|
||||
* @since 2025.05.01
|
||||
*
|
||||
* @param AttachmentInterface $value
|
||||
* @param MessagePartInterface $value
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function addAttachment(AttachmentInterface $value): static;
|
||||
public function addAttachment(MessagePartInterface $value): static;
|
||||
|
||||
/**
|
||||
* Sets message flags
|
||||
|
||||
Reference in New Issue
Block a user