Skip to content

Commit b1d9365

Browse files
[8.x] Update ShouldBroadcast::broadcastOn docblock to return strings (#38444)
* Update ShouldBroadcast docblock * Update ShouldBroadcast.php Co-authored-by: Taylor Otwell <[email protected]>
1 parent f84f725 commit b1d9365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Contracts/Broadcasting/ShouldBroadcast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface ShouldBroadcast
77
/**
88
* Get the channels the event should broadcast on.
99
*
10-
* @return \Illuminate\Broadcasting\Channel|\Illuminate\Broadcasting\Channel[]
10+
* @return \Illuminate\Broadcasting\Channel|\Illuminate\Broadcasting\Channel[]|string[]|string
1111
*/
1212
public function broadcastOn();
1313
}

0 commit comments

Comments
 (0)