Skip to content

Commit

Permalink
Fix DocBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 22, 2020
1 parent c0edd95 commit a056be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Broadcasting/BroadcastManager.php
Expand Up @@ -94,7 +94,7 @@ public function socket($request = null)
* Begin broadcasting an event.
*
* @param mixed|null $event
* @return \Illuminate\Broadcasting\PendingBroadcast|void
* @return \Illuminate\Broadcasting\PendingBroadcast
*/
public function event($event = null)
{
Expand Down

0 comments on commit a056be6

Please sign in to comment.