Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class ShowStudentVerificationIsRequired |
||
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) |
||
28 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.