Skip to content

Commit

Permalink
Add correct class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 committed May 8, 2024
1 parent 7d96409 commit e3fad97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use ipl\Web\Widget\TimeAgo;

/**
* Event item of an event list. Represents one database row.
* Incident history item of an incident history list. Represents one database row.
*/
class IncidentHistoryListItem extends BaseListItem
{
Expand Down
2 changes: 1 addition & 1 deletion library/Notifications/Widget/ItemList/IncidentListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use ipl\Web\Widget\TimeSince;

/**
* Event item of an event list. Represents one database row.
* Incident item of an incident list. Represents one database row.
*/
class IncidentListItem extends BaseListItem
{
Expand Down

0 comments on commit e3fad97

Please sign in to comment.