Fix phpdoc description of RevisionStore::insertRevisionOn
authoraddshore <addshorewiki@gmail.com>
Mon, 29 Jan 2018 14:34:05 +0000 (14:34 +0000)
committerAddshore <addshorewiki@gmail.com>
Thu, 8 Feb 2018 18:09:55 +0000 (18:09 +0000)
Change-Id: Iae0ac4cf98b1cc93eb5a9f8bb97e64b5ea1d9f0f

includes/Storage/RevisionStore.php

index 2140209..d832104 100644 (file)
@@ -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
         *