From: Reedy Date: Thu, 20 Jun 2019 14:33:00 +0000 (+0100) Subject: Add some @since tags to ParserOutput::SUPPORTS_ constants X-Git-Tag: 1.34.0-rc.0~1333 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=2c35b5be5f8fc477cdd7e4d832de58de3a6ca3d9 Add some @since tags to ParserOutput::SUPPORTS_ constants Change-Id: I2f6588fe563ed5c1dc5ef2a70e2ed59fdca99018 --- diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php index ab7348f25b..282d6cefc8 100644 --- a/includes/parser/ParserOutput.php +++ b/includes/parser/ParserOutput.php @@ -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; /**