diff --git a/src/Bundle/ChillPersonBundle/Templating/Entity/PersonRenderInterface.php b/src/Bundle/ChillPersonBundle/Templating/Entity/PersonRenderInterface.php index 748bf05b7..b4514a8c2 100644 --- a/src/Bundle/ChillPersonBundle/Templating/Entity/PersonRenderInterface.php +++ b/src/Bundle/ChillPersonBundle/Templating/Entity/PersonRenderInterface.php @@ -19,15 +19,4 @@ use Chill\PersonBundle\Entity\Person; */ interface PersonRenderInterface extends ChillEntityRenderInterface { - /** - * @param Person $person - */ - public function renderBox($person, array $options): string; - - /** - * @param Person $person - */ - public function renderString($person, array $options): string; - - public function supports($entity, array $options): bool; }