stable

Clone or download

Read-only

refactor: remove TimelineInlineCommentRepresentation

TimelineInlineCommentRepresentation and InlineCommentRepresentation are the same object to represent an inline comment returned by REST route, that's why `TimelineInlineCommentRepresentation` has been removed No functionnal change expected when displaying the timeline of a pull request Part of story #32316 Update comments Change-Id: I809c395b7bf4d3e247c8ee8d64d62fe9c540966e

Modified Files

Name
M plugins/pullrequest/include/PullRequest/REST/v1/PaginatedTimelineRepresentationBuilder.php +5 −19 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +2 −4 Go to diff View file
D plugins/pullrequest/include/PullRequest/REST/v1/TimelineInlineCommentRepresentation.php +0 −176 Go to diff View file
D plugins/pullrequest/tests/unit/REST/v1/TimelineInlineCommentRepresentationTest.php +0 −91 Go to diff View file