diff --git a/src/Component/Model/TranslatableInterface.php b/src/Component/Model/TranslatableInterface.php index b886df65d..f3f1716dc 100644 --- a/src/Component/Model/TranslatableInterface.php +++ b/src/Component/Model/TranslatableInterface.php @@ -18,7 +18,7 @@ interface TranslatableInterface { /** - * @return Collection|TranslatableInterface[] + * @return Collection|TranslationInterface[] * @psalm-return Collection */ public function getTranslations(): Collection;