From a9fd5e3b6c177b108f1842c569ccb1d9c3ee6b80 Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 24 Jul 2012 23:20:26 +0100 Subject: [PATCH] Add @since annotation to Language::formatExpiry() Change-Id: I022762a3a5e6fa6e45824f963c9301a83930b850 --- languages/Language.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1