From 878af8aaa68e993493aee859b8cf887873dfc839 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 27 Sep 2023 22:33:53 +0000 Subject: [PATCH] make data in routing endpoint array --- Controller/BackendController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index a407bbd..d299017 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -34,7 +34,7 @@ final class BackendController extends Controller * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response - * @param mixed $data Generic data + * @param array $data Generic data * * @return RenderableInterface * @@ -55,7 +55,7 @@ final class BackendController extends Controller * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response - * @param mixed $data Generic data + * @param array $data Generic data * * @return RenderableInterface *