type fixes

This commit is contained in:
Yuri Kuznetsov
2021-10-29 17:32:31 +03:00
parent e0a1b983e3
commit 45b9b41557
5 changed files with 21 additions and 2 deletions
@@ -401,7 +401,7 @@ class NoteHookProcessor
}
/**
* @return User[]
* @return Collection<User>
*/
private function getSubscriberList(string $parentType, string $parentId, bool $isInternal = false): Collection
{