mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 01:55:01 +00:00
fix rector errors
This commit is contained in:
@@ -15,15 +15,12 @@ final readonly class ChillEntityRenderManager implements ChillEntityRenderManage
|
||||
{
|
||||
private ChillEntityRender $defaultRender;
|
||||
|
||||
/**
|
||||
public function __construct(/**
|
||||
* @var iterable<ChillEntityRenderInterface>
|
||||
*/
|
||||
private iterable $renders;
|
||||
|
||||
public function __construct(iterable $renders)
|
||||
private iterable $renders)
|
||||
{
|
||||
$this->defaultRender = new ChillEntityRender();
|
||||
$this->renders = $renders;
|
||||
}
|
||||
|
||||
public function renderBox($entity, array $options = []): string
|
||||
|
Reference in New Issue
Block a user