1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-11-16 16:30:09 +00:00

Mark MessageAttachmentObjectType as final

This commit is contained in:
Tim Düsterhus 2022-03-04 19:48:13 +01:00
parent 4fbad9f887
commit d07298f086
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF

View File

@ -25,7 +25,7 @@
/**
* Attachment object type implementation for messages.
*/
class MessageAttachmentObjectType extends AbstractAttachmentObjectType
final class MessageAttachmentObjectType extends AbstractAttachmentObjectType
{
/**
* @inheritDoc