cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user