Merge "Update list item newline handling to follow Parsoid's model"
[lhc/web/wiklou.git] / languages / Language.php
index 38d3af5..9d3f5e9 100644 (file)
@@ -3981,9 +3981,11 @@ class Language {
        }
 
        /**
+        * @deprecated since 1.24, will be removed in 1.25
         * @return Language
         */
        function getLangObj() {
+               wfDeprecated( __METHOD__, '1.24' );
                return $this;
        }