1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00

Merge remote-tracking branch 'p/ticket/11227' into develop-olympus

* p/ticket/11227:
  [ticket/11227] @return void -> @return null in develop-olympus.
This commit is contained in:
Andreas Fischer 2012-11-29 23:17:48 +01:00
commit b2a252d274
14 changed files with 18 additions and 18 deletions

View File

@ -111,7 +111,7 @@ function my_var_export($var)
* Download a file to the develop/ dir * Download a file to the develop/ dir
* *
* @param string $url URL of the file to download * @param string $url URL of the file to download
* @return void * @return null
*/ */
function download($url) function download($url)
{ {

View File

@ -199,7 +199,7 @@ function my_var_export($var)
* Download a file to the develop/ dir * Download a file to the develop/ dir
* *
* @param string $url URL of the file to download * @param string $url URL of the file to download
* @return void * @return null
*/ */
function download($url) function download($url)
{ {

View File

@ -481,7 +481,7 @@ function my_var_export($var)
* Download a file to the develop/ dir * Download a file to the develop/ dir
* *
* @param string $url URL of the file to download * @param string $url URL of the file to download
* @return void * @return null
*/ */
function download($url) function download($url)
{ {

View File

@ -222,7 +222,7 @@ die("\n\nALL TESTS PASSED SUCCESSFULLY\n");
* Download a file to the develop/ dir * Download a file to the develop/ dir
* *
* @param string $url URL of the file to download * @param string $url URL of the file to download
* @return void * @return null
*/ */
function download($url) function download($url)
{ {

View File

@ -200,7 +200,7 @@ $user_id = 2;
$auth->acl_clear_prefetch($user_id); $auth->acl_clear_prefetch($user_id);
</pre></div> </pre></div>
<p>This method returns void.</p> <p>This method returns null.</p>
<a name="acl_get_list"></a><h3>2.viii. acl_get_list</h3> <a name="acl_get_list"></a><h3>2.viii. acl_get_list</h3>

View File

@ -33,7 +33,7 @@ class acm extends acm_memory
/** /**
* Purge cache data * Purge cache data
* *
* @return void * @return null
*/ */
function purge() function purge()
{ {

View File

@ -37,7 +37,7 @@ class acm extends acm_memory
/** /**
* Purge cache data * Purge cache data
* *
* @return void * @return null
*/ */
function purge() function purge()
{ {
@ -54,7 +54,7 @@ class acm extends acm_memory
/** /**
* Perform cache garbage collection * Perform cache garbage collection
* *
* @return void * @return null
*/ */
function tidy() function tidy()
{ {

View File

@ -71,7 +71,7 @@ class acm extends acm_memory
/** /**
* Unload the cache resources * Unload the cache resources
* *
* @return void * @return null
*/ */
function unload() function unload()
{ {
@ -83,7 +83,7 @@ class acm extends acm_memory
/** /**
* Purge cache data * Purge cache data
* *
* @return void * @return null
*/ */
function purge() function purge()
{ {

View File

@ -80,7 +80,7 @@ class acm extends acm_memory
/** /**
* Unload the cache resources * Unload the cache resources
* *
* @return void * @return null
*/ */
function unload() function unload()
{ {
@ -92,7 +92,7 @@ class acm extends acm_memory
/** /**
* Purge cache data * Purge cache data
* *
* @return void * @return null
*/ */
function purge() function purge()
{ {

View File

@ -32,7 +32,7 @@ class acm extends acm_memory
/** /**
* Purge cache data * Purge cache data
* *
* @return void * @return null
*/ */
function purge() function purge()
{ {

View File

@ -48,7 +48,7 @@ class acm extends acm_memory
/** /**
* Purge cache data * Purge cache data
* *
* @return void * @return null
*/ */
function purge() function purge()
{ {

View File

@ -2745,7 +2745,7 @@ function meta_refresh($time, $url, $disable_cd_check = false)
* *
* @param int $code HTTP status code * @param int $code HTTP status code
* @param string $message Message for the status code * @param string $message Message for the status code
* @return void * @return null
*/ */
function send_status_line($code, $message) 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. * @param array $param Parameter array, see $param_defaults array.
* *
* @return void * @return null
*/ */
function phpbb_http_login($param) function phpbb_http_login($param)
{ {

View File

@ -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 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. * @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 = '') function enable_bitfield_column_flag($table_name, $column_name, $flag, $sql_more = '')
{ {

View File

@ -71,7 +71,7 @@ class phpbb_questionnaire_data_collector
/** /**
* Collect info into the data property. * Collect info into the data property.
* *
* @return void * @return null
*/ */
function collect() function collect()
{ {