Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 0 additions & 105 deletions wcfsetup/install/files/lib/data/article/FeedArticle.class.php

This file was deleted.

38 changes: 0 additions & 38 deletions wcfsetup/install/files/lib/data/article/FeedArticleList.class.php

This file was deleted.

82 changes: 0 additions & 82 deletions wcfsetup/install/files/lib/page/ArticleFeedPage.class.php

This file was deleted.

48 changes: 0 additions & 48 deletions wcfsetup/install/files/lib/page/NotificationFeedPage.class.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace wcf\system\user\notification\event;

use wcf\data\DatabaseObjectDecorator;
use wcf\data\IFeedEntry;
use wcf\data\IMessage;
use wcf\data\language\Language;
use wcf\data\user\notification\event\UserNotificationEvent;
use wcf\data\user\notification\UserNotification;
Expand All @@ -25,7 +25,7 @@
*/
abstract class AbstractUserNotificationEvent extends DatabaseObjectDecorator implements
IUserNotificationEvent,
IFeedEntry
IMessage
{
/**
* @inheritDoc
Expand Down Expand Up @@ -257,13 +257,19 @@ public function getUserNotificationObject()
return $this->userNotificationObject;
}

#[\Override]
/**
* @return int
* @deprecated 6.3 No longer in use.
*/
public function getComments()
{
return 0;
}

#[\Override]
/**
* @return string[]
* @deprecated 6.3 No longer in use.
*/
public function getCategories()
{
return [
Expand Down
Loading