From bb18082c3a34e96c37ba33e26f08e6cfc2b7641a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 13 May 2022 16:07:33 +0200 Subject: [PATCH] fix type hinting --- .../ChillPersonBundle/Controller/ClosingMotiveController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Controller/ClosingMotiveController.php b/src/Bundle/ChillPersonBundle/Controller/ClosingMotiveController.php index cf1436b99..8e9b9d14d 100644 --- a/src/Bundle/ChillPersonBundle/Controller/ClosingMotiveController.php +++ b/src/Bundle/ChillPersonBundle/Controller/ClosingMotiveController.php @@ -22,7 +22,7 @@ use Symfony\Component\HttpFoundation\Request; class ClosingMotiveController extends CRUDController { /** - * @param \Chill\MainBundle\CRUD\Controller\string|string $action + * @param string $action */ protected function createEntity($action, Request $request): object {