Add @since annotation to Language::formatExpiry()
authorReedy <reedy@wikimedia.org>
Tue, 24 Jul 2012 22:20:26 +0000 (23:20 +0100)
committerReedy <reedy@wikimedia.org>
Tue, 24 Jul 2012 22:20:26 +0000 (23:20 +0100)
Change-Id: I022762a3a5e6fa6e45824f963c9301a83930b850

languages/Language.php

index 8389281..6fd5e1b 100644 (file)
@@ -3917,6 +3917,7 @@ class Language {
         * @param $format Bool|Int true to process using language functions, or TS_ constant
         *     to return the expiry in a given timestamp
         * @return String
+        * @since 1.18
         */
        public function formatExpiry( $expiry, $format = true ) {
                static $infinity, $infinityMsg;