Fixed: filter social action to keep only currently activated

This commit is contained in:
2023-06-21 13:59:42 +02:00
parent 146103e87c
commit 471898e6d8
5 changed files with 43 additions and 13 deletions

View File

@@ -253,7 +253,7 @@ class SocialIssue
}
/**
* @return Collection|SocialAction[] All the descendant social actions of all
* @return Collection<SocialAction> All the descendant social actions of all
* the descendants of the entity
*/
public function getRecursiveSocialActions(): Collection
@@ -272,7 +272,7 @@ class SocialIssue
}
/**
* @return Collection|SocialAction[]
* @return Collection<SocialAction>
*/
public function getSocialActions(): Collection
{