From a9007e8baf802f0f57d095e3bb4ad201c98c0cb3 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Fri, 11 Aug 2017 02:23:16 +0200 Subject: Add missing & to @param documentation to match functon call Change-Id: I81e68310abcbc59964b22e0e74842d509f6b1fb9 --- includes/compat/normal/UtfNormal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/compat') diff --git a/includes/compat/normal/UtfNormal.php b/includes/compat/normal/UtfNormal.php index c9c05a07592b..9b35cad485c8 100644 --- a/includes/compat/normal/UtfNormal.php +++ b/includes/compat/normal/UtfNormal.php @@ -120,7 +120,7 @@ class UtfNormal { /** * Returns true if the string is _definitely_ in NFC. * Returns false if not or uncertain. - * @param string $string a UTF-8 string, altered on output to be valid UTF-8 safe for XML. + * @param string &$string a UTF-8 string, altered on output to be valid UTF-8 safe for XML. * @return bool */ static function quickIsNFCVerify( &$string ) { -- cgit v1.2.3