various fixes

This commit is contained in:
2021-12-13 13:48:20 +01:00
parent fdae6c106a
commit d01eaa8065
3 changed files with 241 additions and 232 deletions

View File

@@ -305,6 +305,9 @@ class SocialIssue
return $this;
}
/**
* @internal use @see{SocialIssue::addChild()} instead
*/
public function setParent(?self $parent): self
{
$this->parent = $parent;