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/includes/functions.php | |
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/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 6e661228b7..571c863839 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2745,7 +2745,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) { @@ -4332,7 +4332,7 @@ function phpbb_optionset($bit, $set, $data) * * @param array $param Parameter array, see $param_defaults array. * -* @return void +* @return null */ function phpbb_http_login($param) { |