From e4959e0c38c81ea866bea8fde8ae99f87165323a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 8 Feb 2025 15:18:50 +0200 Subject: [PATCH] cleanup --- application/Espo/Tools/Stream/Service.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/application/Espo/Tools/Stream/Service.php b/application/Espo/Tools/Stream/Service.php index 79d215bc2f..6d061cdfe9 100644 --- a/application/Espo/Tools/Stream/Service.php +++ b/application/Espo/Tools/Stream/Service.php @@ -1082,15 +1082,6 @@ class Service $this->entityManager->saveEntity($note, $o); } - /** - * @return string[] - * @deprecated Use `getEntityFollowerIdList`. - */ - public function getEntityFolowerIdList(Entity $entity): array - { - return $this->getEntityFollowerIdList($entity); - } - /** * @return string[] * @internal Must be left for backward compatibility. @@ -1216,7 +1207,6 @@ class Service ]; foreach ($userList as $user) { - /** @var string $id */ $id = $user->getId(); $data['idList'][] = $id;