Skip to content

Commit

Permalink
refactor(add-paging-to-result-set): fixed formatting, deleted unused/…
Browse files Browse the repository at this point in the history
…old classes
  • Loading branch information
ncosta-ic committed Apr 16, 2024
1 parent d252c3e commit 9523ced
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/Notifications/Common/BoundLoadMore.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ protected function handleEventEntryAdd(BaseListItem $entry, Model $data): void
$this->lastPageNumber = $pageNumber;
}

protected function handleEventAssembled(HtmlDocument $htmlDocument): void {
protected function handleEventAssembled(HtmlDocument $htmlDocument): void
{
if ($this->lastPageNumber !== null && $this->loadMoreUrl !== null) {
$showMore = (new ShowMore(
$this->data,
Expand Down
Empty file.
Empty file.

0 comments on commit 9523ced

Please sign in to comment.