Merge "Introduce new schema flags and use them in RevisionStore."
[lhc/web/wiklou.git] / includes / Storage / RevisionStore.php
index 07329c9..119af1d 100644 (file)
@@ -83,6 +83,7 @@ class RevisionStore
 
        /**
         * @var boolean
+        * @see $wgContentHandlerUseDB
         */
        private $contentHandlerUseDB = true;
 
@@ -220,6 +221,7 @@ class RevisionStore
        }
 
        /**
+        * @see $wgContentHandlerUseDB
         * @param bool $contentHandlerUseDB
         * @throws MWException
         */