Skip to content

Commit

Permalink
Fix incorrect variable-length argument (#52719)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayw-geek authored Sep 10, 2024
1 parent 260cbc9 commit fed3ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Middleware/Authenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static function using($guard, ...$others)
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @param string[] ...$guards
* @param string ...$guards
* @return mixed
*
* @throws \Illuminate\Auth\AuthenticationException
Expand Down

0 comments on commit fed3ae1

Please sign in to comment.