FOSCommentBundle icon indicating copy to clipboard operation
FOSCommentBundle copied to clipboard

setParent relies on methods outside the CommentInterface

Open stof opened this issue 12 years ago • 1 comments

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

stof avatar Dec 28 '12 11:12 stof

+1

cyb3rd4d avatar Dec 15 '15 14:12 cyb3rd4d