From 50ac8ee5ed69dc7f4b15404288b6839bf280ef5c Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Mon, 27 Aug 2012 23:46:06 +0200 Subject: [PATCH] Added last missing @since tag to Message Change-Id: I034ae0e5b1f19c1c28b1ecaecec69739434f699b --- includes/Message.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Message.php b/includes/Message.php index 68eb65016c..776a52f677 100644 --- a/includes/Message.php +++ b/includes/Message.php @@ -297,6 +297,7 @@ class Message { /** * Add parameters that are numeric and will be passed through * Language::formatNum before substitution + * @since 1.18 * @param Varargs: numeric parameters (or single argument that is array of numeric parameters) * @return Message: $this */ -- 2.20.1