| Total Complexity | 7 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class DiscussMaintenance |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Handle an incoming request. |
||
| 19 | * |
||
| 20 | * @param Request $request |
||
| 21 | * @param Closure $next |
||
| 22 | * |
||
| 23 | * @return RedirectResponse|mixed |
||
| 24 | * |
||
| 25 | * @throws ContainerExceptionInterface |
||
| 26 | * @throws NotFoundExceptionInterface |
||
| 27 | */ |
||
| 28 | public function handle(Request $request, Closure $next): mixed |
||
| 47 |