Add some @since tags to ParserOutput::SUPPORTS_ constants
authorReedy <reedy@wikimedia.org>
Thu, 20 Jun 2019 14:33:00 +0000 (15:33 +0100)
committerReedy <reedy@wikimedia.org>
Thu, 20 Jun 2019 14:33:00 +0000 (15:33 +0100)
Change-Id: I2f6588fe563ed5c1dc5ef2a70e2ed59fdca99018

includes/parser/ParserOutput.php

index ab7348f..282d6ce 100644 (file)
@@ -26,8 +26,14 @@ class ParserOutput extends CacheTime {
        /**
         * Feature flags to indicate to extensions that MediaWiki core supports and
         * uses getText() stateless transforms.
+        *
+        * @since 1.31
         */
        const SUPPORTS_STATELESS_TRANSFORMS = 1;
+
+       /**
+        * @since 1.31
+        */
        const SUPPORTS_UNWRAP_TRANSFORM = 1;
 
        /**