We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84f725 commit b1d9365Copy full SHA for b1d9365
src/Illuminate/Contracts/Broadcasting/ShouldBroadcast.php
@@ -7,7 +7,7 @@ interface ShouldBroadcast
7
/**
8
* Get the channels the event should broadcast on.
9
*
10
- * @return \Illuminate\Broadcasting\Channel|\Illuminate\Broadcasting\Channel[]
+ * @return \Illuminate\Broadcasting\Channel|\Illuminate\Broadcasting\Channel[]|string[]|string
11
*/
12
public function broadcastOn();
13
}
0 commit comments