Add @see $wgContentHandlerUseDB to RevisionStore params
authoraddshore <addshorewiki@gmail.com>
Fri, 29 Jun 2018 09:42:25 +0000 (10:42 +0100)
committerAddshore <addshorewiki@gmail.com>
Fri, 29 Jun 2018 12:55:45 +0000 (12:55 +0000)
Change-Id: Ic7c4a7a729b2cac6ac46ae9475167acfe6e8dd9e

includes/Storage/RevisionStore.php

index 6c30d62..12bee1e 100644 (file)
@@ -83,6 +83,7 @@ class RevisionStore
 
        /**
         * @var boolean
+        * @see $wgContentHandlerUseDB
         */
        private $contentHandlerUseDB = true;
 
@@ -182,6 +183,7 @@ class RevisionStore
        }
 
        /**
+        * @see $wgContentHandlerUseDB
         * @param bool $contentHandlerUseDB
         * @throws MWException
         */