aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/utf_normalizer_test.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-29 15:35:21 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-29 15:37:12 -0500
commit65253a3023a78b1068be63b91b77618e3fb2d5fd (patch)
tree66c0559c125c56279646254baf34a89ac703b9cd /phpBB/develop/utf_normalizer_test.php
parentaf5d8b502ebf454e058794b8b082f62b4fa4cbe5 (diff)
downloadforums-65253a3023a78b1068be63b91b77618e3fb2d5fd.tar
forums-65253a3023a78b1068be63b91b77618e3fb2d5fd.tar.gz
forums-65253a3023a78b1068be63b91b77618e3fb2d5fd.tar.bz2
forums-65253a3023a78b1068be63b91b77618e3fb2d5fd.tar.xz
forums-65253a3023a78b1068be63b91b77618e3fb2d5fd.zip
[ticket/11227] @return void -> @return null in develop-olympus.
PHPBB3-11227
Diffstat (limited to 'phpBB/develop/utf_normalizer_test.php')
-rw-r--r--phpBB/develop/utf_normalizer_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/utf_normalizer_test.php b/phpBB/develop/utf_normalizer_test.php
index 71f24a716b..b8709888fe 100644
--- a/phpBB/develop/utf_normalizer_test.php
+++ b/phpBB/develop/utf_normalizer_test.php
@@ -222,7 +222,7 @@ die("\n\nALL TESTS PASSED SUCCESSFULLY\n");
* Download a file to the develop/ dir
*
* @param string $url URL of the file to download
-* @return void
+* @return null
*/
function download($url)
{