From a7ec7c9f375fdf916a675afcbf85077e7ee98bcc Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 7 May 2024 16:32:12 +0200 Subject: [PATCH] fix pipeline for branch affichage metiers --- src/Bundle/ChillMainBundle/Templating/Entity/UserRender.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Templating/Entity/UserRender.php b/src/Bundle/ChillMainBundle/Templating/Entity/UserRender.php index c52875482..3edd56512 100644 --- a/src/Bundle/ChillMainBundle/Templating/Entity/UserRender.php +++ b/src/Bundle/ChillMainBundle/Templating/Entity/UserRender.php @@ -42,8 +42,6 @@ class UserRender implements ChillEntityRenderInterface } /** - * @param array $options - * * @throws LoaderError * @throws RuntimeError * @throws SyntaxError @@ -64,9 +62,6 @@ class UserRender implements ChillEntityRenderInterface ]); } - /** - * @param array $options - */ public function renderString($entity, array $options): string { $opts = \array_merge(self::DEFAULT_OPTIONS, $options);