diff options
Diffstat (limited to 'includes/MWTimestamp.php')
-rw-r--r-- | includes/MWTimestamp.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/MWTimestamp.php b/includes/MWTimestamp.php index 341258c1dbd7..3a6aff591ac8 100644 --- a/includes/MWTimestamp.php +++ b/includes/MWTimestamp.php @@ -27,6 +27,8 @@ use Wikimedia\Timestamp\ConvertibleTimestamp; * Library for creating and parsing MW-style timestamps. Based on the JS * library that does the same thing. * + * @newable + * * @since 1.20 */ class MWTimestamp extends ConvertibleTimestamp { |