From bb28c34c3f096cac99ca9b4f0b1683dc752ae6bf Mon Sep 17 00:00:00 2001 From: Danny van Wijk Date: Sat, 12 Mar 2022 17:14:23 +0100 Subject: [PATCH] Fix phpdoc for getTranslations --- src/Component/Model/TranslatableInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;