fix pipeline for branch affichage metiers

This commit is contained in:
Julie Lenaerts 2024-05-07 16:32:12 +02:00
parent c9e13be736
commit a7ec7c9f37

View File

@ -42,8 +42,6 @@ class UserRender implements ChillEntityRenderInterface
} }
/** /**
* @param array $options
*
* @throws LoaderError * @throws LoaderError
* @throws RuntimeError * @throws RuntimeError
* @throws SyntaxError * @throws SyntaxError
@ -64,9 +62,6 @@ class UserRender implements ChillEntityRenderInterface
]); ]);
} }
/**
* @param array $options
*/
public function renderString($entity, array $options): string public function renderString($entity, array $options): string
{ {
$opts = \array_merge(self::DEFAULT_OPTIONS, $options); $opts = \array_merge(self::DEFAULT_OPTIONS, $options);