FOSCommentBundle
FOSCommentBundle copied to clipboard
setParent relies on methods outside the CommentInterface
FOS\CommentBundle\Model\Comment::setParent
relies on setAncestors
on itself, which does not exist (it can be fixed easily by adding a public abstract method though) and on getAncestors
on the parent (which would require adding it in the CommentInterface
+1