Merge "Pass __METHOD__ to ping query in JobRunner::commitMasterChanges()"
[lhc/web/wiklou.git] / includes / htmlform / HTMLForm.php
index 39ed24f..ce14003 100644 (file)
@@ -357,6 +357,7 @@ class HTMLForm extends ContextSource {
         * @return bool
         */
        public function isVForm() {
+               wfDeprecated( __METHOD__, '1.25' );
                return false;
        }