Skip to content

Commit 50b69d0

Browse files
committed
fix: Add missing phpstan annotation
1 parent f3fa8e7 commit 50b69d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/platform/src/Message/MessageBag.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
/**
2020
* @author Christopher Hertel <[email protected]>
21+
*
22+
* @implements \IteratorAggregate<MessageInterface>
2123
*/
2224
class MessageBag implements \IteratorAggregate, \Countable
2325
{

0 commit comments

Comments
 (0)