Skip to content

Commit

Permalink
Fix BroadcastController docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
seriquynh committed Oct 8, 2024
1 parent bc5bd66 commit a7eb250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Illuminate/Broadcasting/BroadcastController.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ public function authenticate(Request $request)
* See: https://pusher.com/docs/channels/server_api/authenticating-users/#user-authentication.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
* @return array|null
*
* @throws \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
*/
public function authenticateUser(Request $request)
{
Expand Down

0 comments on commit a7eb250

Please sign in to comment.