Skip to content

Commit df61e8e

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

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{0: int, 1: string}>
103+
* @return list<int, string>
104104
* @throws Exception
105105
*/
106106
public function bulkSend(IEvent $event, array $affectedUsers): array {

0 commit comments

Comments
 (0)