From a22d7770d49716224b3c0ff43bf210b202d797dd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 8 May 2011 15:51:01 -0400 Subject: - Patch #1024684 by linclark: omit & in @param statements (for consistency). --- includes/unicode.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/unicode.inc') diff --git a/includes/unicode.inc b/includes/unicode.inc index 81ba00a13..9dde2ca70 100644 --- a/includes/unicode.inc +++ b/includes/unicode.inc @@ -169,7 +169,7 @@ function unicode_requirements() { * This is also where unsupported encodings will be converted. Callers should * take this into account: $data might have been changed after the call. * - * @param &$data + * @param $data * The XML data which will be parsed later. * * @return -- cgit v1.2.3