Merge "Add render moved paragraphs marker in diff view"
[lhc/web/wiklou.git] / includes / changes / RecentChange.php
index bb24120..a471865 100644 (file)
@@ -210,6 +210,7 @@ class RecentChange {
         * @return array
         */
        public static function selectFields() {
+               wfDeprecated( __METHOD__, '1.31' );
                return [
                        'rc_id',
                        'rc_timestamp',