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