| 1 | <?php |
||
| 9 | class RedirectIfAuthenticated |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Handle an incoming request. |
||
| 13 | * |
||
| 14 | * @param \Illuminate\Http\Request $request |
||
| 15 | * @param \Closure $next |
||
| 16 | * @param string|null $guard |
||
| 17 | * |
||
| 18 | * @return mixed |
||
| 19 | */ |
||
| 20 | public function handle(Request $request, Closure $next, $guard = null) |
||
| 28 | } |
||
| 29 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.