diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2017-08-11 02:23:16 +0200 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2017-08-11 18:47:46 +0200 |
commit | a9007e8baf802f0f57d095e3bb4ad201c98c0cb3 (patch) | |
tree | ec5aadcc585a2ca9b997db97e35ef26cd236ab2e /includes/compat | |
parent | b5ddc3a4b4d82023827681c1cc2771fc859ac01b (diff) | |
download | mediawikicore-a9007e8baf802f0f57d095e3bb4ad201c98c0cb3.tar.gz mediawikicore-a9007e8baf802f0f57d095e3bb4ad201c98c0cb3.zip |
Add missing & to @param documentation to match functon call
Change-Id: I81e68310abcbc59964b22e0e74842d509f6b1fb9
Diffstat (limited to 'includes/compat')
-rw-r--r-- | includes/compat/normal/UtfNormal.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |