diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-11-29 23:17:58 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-29 23:17:58 +0100 |
commit | 5d783464538807ef68f34d83d963af9e93a7268b (patch) | |
tree | 11406cd46cf3ea44d2a5eeb0606c7481d5a3c96f /phpBB/includes/functions.php | |
parent | aa9aa28fa25677b6b1c1dc60d7c345c4786a14e0 (diff) | |
parent | b2a252d2748be0f18901db5fc0294566af04a2dc (diff) | |
download | forums-5d783464538807ef68f34d83d963af9e93a7268b.tar forums-5d783464538807ef68f34d83d963af9e93a7268b.tar.gz forums-5d783464538807ef68f34d83d963af9e93a7268b.tar.bz2 forums-5d783464538807ef68f34d83d963af9e93a7268b.tar.xz forums-5d783464538807ef68f34d83d963af9e93a7268b.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/11227] @return void -> @return null in develop-olympus.
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index d7088ac129..ebe9a9918d 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2856,7 +2856,7 @@ function meta_refresh($time, $url, $disable_cd_check = false) * * @param int $code HTTP status code * @param string $message Message for the status code -* @return void +* @return null */ function send_status_line($code, $message) { @@ -4795,7 +4795,7 @@ function phpbb_get_plural_form($rule, $number) * * @param array $param Parameter array, see $param_defaults array. * -* @return void +* @return null */ function phpbb_http_login($param) { |