diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-11-29 23:17:48 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-29 23:17:48 +0100 |
commit | b2a252d2748be0f18901db5fc0294566af04a2dc (patch) | |
tree | 66c0559c125c56279646254baf34a89ac703b9cd /phpBB/includes/functions.php | |
parent | af5d8b502ebf454e058794b8b082f62b4fa4cbe5 (diff) | |
parent | 65253a3023a78b1068be63b91b77618e3fb2d5fd (diff) | |
download | forums-b2a252d2748be0f18901db5fc0294566af04a2dc.tar forums-b2a252d2748be0f18901db5fc0294566af04a2dc.tar.gz forums-b2a252d2748be0f18901db5fc0294566af04a2dc.tar.bz2 forums-b2a252d2748be0f18901db5fc0294566af04a2dc.tar.xz forums-b2a252d2748be0f18901db5fc0294566af04a2dc.zip |
Merge remote-tracking branch 'p/ticket/11227' into develop-olympus
* p/ticket/11227:
[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 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) { |