Skip to content
Snippets Groups Projects
Commit 86d2179a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2456459 by andypost: CommentInterface::getCommentedEntity() should...

Issue #2456459 by andypost: CommentInterface::getCommentedEntity() should return FieldableEntityInterface
parent 66af9224
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ public function getParentComment();
/**
* Returns the entity to which the comment is attached.
*
* @return \Drupal\Core\Entity\EntityInterface
* @return \Drupal\Core\Entity\FieldableEntityInterface
* The entity on which the comment is attached.
*/
public function getCommentedEntity();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment