From f917be0958f2e4755b2a374cb29b8faf9bb1a675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 30 Apr 2022 02:12:29 +0200 Subject: [PATCH] type hinting param for psalm --- .../Workflow/Templating/WorkflowTwigExtensionRuntime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Workflow/Templating/WorkflowTwigExtensionRuntime.php b/src/Bundle/ChillMainBundle/Workflow/Templating/WorkflowTwigExtensionRuntime.php index 21a0f6b43..48e8e5130 100644 --- a/src/Bundle/ChillMainBundle/Workflow/Templating/WorkflowTwigExtensionRuntime.php +++ b/src/Bundle/ChillMainBundle/Workflow/Templating/WorkflowTwigExtensionRuntime.php @@ -62,7 +62,7 @@ class WorkflowTwigExtensionRuntime implements RuntimeExtensionInterface } /** - * @param array{relatedEntityClass: string, relatedEntityId: int} $supplementaryRelated + * @param array $supplementaryRelated * * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface * @throws \Twig\Error\LoaderError