Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit b60816a

Browse files
authored
refactor: Unfinalize MessageBag (#179)
1 parent f064e67 commit b60816a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Model/Message/MessageBag.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
namespace PhpLlm\LlmChain\Model\Message;
66

7-
final class MessageBag implements MessageBagInterface
7+
/**
8+
* @final
9+
*/
10+
class MessageBag implements MessageBagInterface
811
{
912
/**
1013
* @var list<MessageInterface>

0 commit comments

Comments
 (0)