Skip to content

Commit bb3d761

Browse files
committed
fixup! feat(activity): add bulk activity option
1 parent 64637ce commit bb3d761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function send(IEvent $event): int {
100100
*
101101
* @param IEvent $event
102102
* @param array $affectedUsers
103-
* @return list<array<int, string>>
103+
* @return list<array{0: int, 1: string}>
104104
* @throws Exception
105105
*/
106106
public function bulkSend(IEvent $event, array $affectedUsers): array {

0 commit comments

Comments
 (0)