diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-29 15:35:21 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-29 15:37:12 -0500 |
commit | 65253a3023a78b1068be63b91b77618e3fb2d5fd (patch) | |
tree | 66c0559c125c56279646254baf34a89ac703b9cd /phpBB/develop | |
parent | af5d8b502ebf454e058794b8b082f62b4fa4cbe5 (diff) | |
download | forums-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')
-rw-r--r-- | phpBB/develop/generate_utf_casefold.php | 2 | ||||
-rw-r--r-- | phpBB/develop/generate_utf_confusables.php | 2 | ||||
-rw-r--r-- | phpBB/develop/generate_utf_tables.php | 2 | ||||
-rw-r--r-- | phpBB/develop/utf_normalizer_test.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/develop/generate_utf_casefold.php b/phpBB/develop/generate_utf_casefold.php index 73951cb4dc..08f67c3eb6 100644 --- a/phpBB/develop/generate_utf_casefold.php +++ b/phpBB/develop/generate_utf_casefold.php @@ -111,7 +111,7 @@ function my_var_export($var) * Download a file to the develop/ dir * * @param string $url URL of the file to download -* @return void +* @return null */ function download($url) { diff --git a/phpBB/develop/generate_utf_confusables.php b/phpBB/develop/generate_utf_confusables.php index d2ffbcfc65..fd0439a4bb 100644 --- a/phpBB/develop/generate_utf_confusables.php +++ b/phpBB/develop/generate_utf_confusables.php @@ -199,7 +199,7 @@ function my_var_export($var) * Download a file to the develop/ dir * * @param string $url URL of the file to download -* @return void +* @return null */ function download($url) { diff --git a/phpBB/develop/generate_utf_tables.php b/phpBB/develop/generate_utf_tables.php index 6fe5d68ffd..6372270b78 100644 --- a/phpBB/develop/generate_utf_tables.php +++ b/phpBB/develop/generate_utf_tables.php @@ -481,7 +481,7 @@ function my_var_export($var) * Download a file to the develop/ dir * * @param string $url URL of the file to download -* @return void +* @return null */ function download($url) { 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) { |