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;