type hinting param for psalm

This commit is contained in:
Julien Fastré 2022-04-30 02:12:29 +02:00
parent 6fd0ff7960
commit f917be0958

View File

@ -62,7 +62,7 @@ class WorkflowTwigExtensionRuntime implements RuntimeExtensionInterface
} }
/** /**
* @param array{relatedEntityClass: string, relatedEntityId: int} $supplementaryRelated * @param array<array{relatedEntityClass: string, relatedEntityId: int}> $supplementaryRelated
* *
* @throws \Symfony\Component\Serializer\Exception\ExceptionInterface * @throws \Symfony\Component\Serializer\Exception\ExceptionInterface
* @throws \Twig\Error\LoaderError * @throws \Twig\Error\LoaderError