We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class UseBackpackAuthGuardInsteadOfDefaultAuthGuard |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Handle an incoming request. |
||
| 11 | * |
||
| 12 | * @param \Illuminate\Http\Request $request |
||
| 13 | * @param \Closure $next |
||
| 14 | * @param string|null $guard |
||
| 15 | * @return mixed |
||
| 16 | */ |
||
| 17 | public function handle($request, Closure $next, $guard = null) |
||
| 24 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.