fix phpstan error

This commit is contained in:
Julie Lenaerts 2022-01-21 13:05:38 +01:00
parent 416b62fc60
commit 420f81ea24

View File

@ -42,6 +42,8 @@ final class ResourceKindRender implements ChillEntityRenderInterface
$title = $this->translatableStringHelper->localize($entity->getTitle());
return $title;
}
return $title;
}
public function supports($entity, array $options): bool