aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-29 15:35:21 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-29 15:37:12 -0500
commit65253a3023a78b1068be63b91b77618e3fb2d5fd (patch)
tree66c0559c125c56279646254baf34a89ac703b9cd /phpBB/includes/functions_admin.php
parentaf5d8b502ebf454e058794b8b082f62b4fa4cbe5 (diff)
downloadforums-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_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php2
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 = '')
{