Skip to content

Commit

Permalink
(IncidentHistory|Event)ListItem: Add method compatibility with parent…
Browse files Browse the repository at this point in the history
… class
  • Loading branch information
sukhwinder33445 committed Sep 5, 2023
1 parent 7369c9c commit c4311b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/Notifications/Widget/ItemList/EventListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected function assembleTitle(BaseHtmlElement $title): void
$title->addHtml(Html::tag('span', ['class' => 'state'], $msg));
}

protected function assembleCaption(BaseHtmlElement $caption)
protected function assembleCaption(BaseHtmlElement $caption): void
{
$caption->add($this->item->message);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function assembleTitle(BaseHtmlElement $title): void
}
}

protected function assembleCaption(BaseHtmlElement $caption)
protected function assembleCaption(BaseHtmlElement $caption): void
{
$caption->add($this->buildMessage());
}
Expand Down

0 comments on commit c4311b8

Please sign in to comment.