diff --git a/includes/DiscussionParser.php b/includes/DiscussionParser.php index 363b460ec..fee86a774 100644 --- a/includes/DiscussionParser.php +++ b/includes/DiscussionParser.php @@ -22,7 +22,6 @@ abstract class EchoDiscussionParser { * * @param RevisionRecord $revision * @param bool $isRevert - * @return null */ public static function generateEventsForRevision( RevisionRecord $revision, $isRevert ) { global $wgEchoMentionsOnMultipleSectionEdits; diff --git a/includes/mapper/NotificationMapper.php b/includes/mapper/NotificationMapper.php index 6b9bce973..3258fd095 100644 --- a/includes/mapper/NotificationMapper.php +++ b/includes/mapper/NotificationMapper.php @@ -11,7 +11,6 @@ class EchoNotificationMapper extends EchoAbstractMapper { /** * Insert a notification record * @param EchoNotification $notification - * @return null */ public function insert( EchoNotification $notification ) { $dbw = $this->dbFactory->getEchoDb( DB_MASTER );