From: Reedy Date: Tue, 24 Jul 2012 22:20:26 +0000 (+0100) Subject: Add @since annotation to Language::formatExpiry() X-Git-Tag: 1.31.0-rc.0~22962^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=a9fd5e3b6c177b108f1842c569ccb1d9c3ee6b80;p=lhc%2Fweb%2Fwiklou.git Add @since annotation to Language::formatExpiry() Change-Id: I022762a3a5e6fa6e45824f963c9301a83930b850 --- diff --git a/languages/Language.php b/languages/Language.php index 8389281af5..6fd5e1b951 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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;