mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
ContentCommentItem.php: Documentation fixes
Change-Id: I5ee1c3e1b79f4e9bdab417c68ff447313ecb752d
This commit is contained in:
parent
329a268564
commit
84bc45adf1
|
@ -67,7 +67,7 @@ class ContentCommentItem extends ContentThreadItem implements CommentItem {
|
|||
}
|
||||
|
||||
/**
|
||||
* Get the HTML of this comment's body
|
||||
* Get the DOM of this comment's body
|
||||
*
|
||||
* @param bool $stripTrailingSeparator Strip a trailing separator between the body and
|
||||
* the signature which consists of whitespace and hyphens e.g. ' --'
|
||||
|
@ -159,7 +159,7 @@ class ContentCommentItem extends ContentThreadItem implements CommentItem {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return ImmutableRange Range of the thread item's "body"
|
||||
* @return ImmutableRange Range of the comment's "body"
|
||||
*/
|
||||
public function getBodyRange(): ImmutableRange {
|
||||
// Exclude last signature from body
|
||||
|
|
Loading…
Reference in a new issue