mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
Fix rector pipeline
This commit is contained in:
@@ -35,7 +35,7 @@ interface ChillEntityRenderInterface
|
|||||||
*
|
*
|
||||||
* @phpstan-pure
|
* @phpstan-pure
|
||||||
*/
|
*/
|
||||||
public function renderBox($entity, array $options): string;
|
public function renderBox(mixed $entity, array $options): string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the entity as a string.
|
* Return the entity as a string.
|
||||||
@@ -46,7 +46,7 @@ interface ChillEntityRenderInterface
|
|||||||
*
|
*
|
||||||
* @phpstan-pure
|
* @phpstan-pure
|
||||||
*/
|
*/
|
||||||
public function renderString($entity, array $options): string;
|
public function renderString(mixed $entity, array $options): string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return true if the class support this object for the given options.
|
* Return true if the class support this object for the given options.
|
||||||
|
Reference in New Issue
Block a user