Merge "Remove wrong return null from function documentation"

This commit is contained in:
jenkins-bot 2021-02-05 02:51:28 +00:00 committed by Gerrit Code Review
commit ebad6f972a
2 changed files with 0 additions and 2 deletions

View file

@ -22,7 +22,6 @@ abstract class EchoDiscussionParser {
*
* @param RevisionRecord $revision
* @param bool $isRevert
* @return null
*/
public static function generateEventsForRevision( RevisionRecord $revision, $isRevert ) {
global $wgEchoMentionsOnMultipleSectionEdits;

View file

@ -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 );