From 4f89e3fc4275d37c540249c7c1cd02a9941722c3 Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Mon, 23 Oct 2023 11:59:07 +0200 Subject: [PATCH] Update News.php --- Classes/Domain/Model/News.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Classes/Domain/Model/News.php b/Classes/Domain/Model/News.php index 263f1a397d..6616bf3e73 100644 --- a/Classes/Domain/Model/News.php +++ b/Classes/Domain/Model/News.php @@ -1010,10 +1010,8 @@ public function getTranslatedContentElementIdList(): string return $this->getIdOfContentElements(false); } - /** - * Get id list of non-nested content elements - * - * @return string + /** + * Get id list of non-nested content elements */ public function getNonNestedContentElementIdList(): string { @@ -1022,8 +1020,6 @@ public function getNonNestedContentElementIdList(): string /** * Get translated id list of non-nested content elements - * - * @return string */ public function getTranslatedNonNestedContentElementIdList(): string {