summaryrefslogtreecommitdiff
path: root/includes/unicode.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-05-08 15:51:01 -0400
committerDries Buytaert <dries@buytaert.net>2011-05-08 15:51:01 -0400
commita22d7770d49716224b3c0ff43bf210b202d797dd (patch)
treeb6debc41483c58c646a83eeec85db26bccd89ad8 /includes/unicode.inc
parentc09288a94eb89cf1015a6b6b8b218a14d9b686f7 (diff)
downloadbrdo-a22d7770d49716224b3c0ff43bf210b202d797dd.tar.gz
brdo-a22d7770d49716224b3c0ff43bf210b202d797dd.tar.bz2
- Patch #1024684 by linclark: omit & in @param statements (for consistency).
Diffstat (limited to 'includes/unicode.inc')
-rw-r--r--includes/unicode.inc2
1 files changed, 1 insertions, 1 deletions
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