Update docblock (#5392)

This commit is contained in:
Mark van den Broek 2020-09-05 04:07:55 +02:00 committed by GitHub
parent cfd428bfcb
commit 7895cd3a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class RedirectIfAuthenticated
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @param string|null $guard
* @param string[]|null ...$guards
* @return mixed
*/
public function handle($request, Closure $next, ...$guards)