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_admin.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_admin.php')
-rw-r--r-- | phpBB/includes/functions_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 7352b3d1f3..190185cfcf 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -3343,7 +3343,7 @@ function obtain_latest_version_info($force_update = false, $warn_fail = false, $ * @param int $flag The binary flag which is OR-ed with the current column value * @param string $sql_more This string is attached to the sql query generated to update the table. * - * @return void + * @return null */ function enable_bitfield_column_flag($table_name, $column_name, $flag, $sql_more = '') { |