From 62d16545e2e0a8f5094d561421828ce77a99a36e Mon Sep 17 00:00:00 2001 From: addshore Date: Mon, 29 Jan 2018 14:34:05 +0000 Subject: [PATCH] Fix phpdoc description of RevisionStore::insertRevisionOn Change-Id: Iae0ac4cf98b1cc93eb5a9f8bb97e64b5ea1d9f0f --- includes/Storage/RevisionStore.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Storage/RevisionStore.php b/includes/Storage/RevisionStore.php index 2140209c42..d832104ca1 100644 --- a/includes/Storage/RevisionStore.php +++ b/includes/Storage/RevisionStore.php @@ -298,8 +298,8 @@ class RevisionStore } /** - * Insert a new revision into the database, returning the new revision ID - * number on success and dies horribly on failure. + * Insert a new revision into the database, returning the new revision record + * on success and dies horribly on failure. * * MCR migration note: this replaces Revision::insertOn * -- 2.20.1