From 2a37d059a1100ab54fcc916691634d95b653e073 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Sun, 22 May 2022 02:48:17 -0500 Subject: [PATCH] Fix Debug IndexAction. --- src/Controller/Admin/Debug/IndexAction.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Controller/Admin/Debug/IndexAction.php b/src/Controller/Admin/Debug/IndexAction.php index b848901f7..dd5073236 100644 --- a/src/Controller/Admin/Debug/IndexAction.php +++ b/src/Controller/Admin/Debug/IndexAction.php @@ -30,8 +30,7 @@ final class IndexAction public function __invoke( ServerRequest $request, - Response $response, - int|string $station_id + Response $response ): ResponseInterface { $queues = AbstractQueueManager::getAllQueues();