mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12841] Fix white space issues reported by sniffer
PHPBB3-12841
This commit is contained in:
parent
95032c31af
commit
14979e6399
1 changed files with 3 additions and 3 deletions
|
@ -663,8 +663,8 @@ function validate_range($value_ary, &$error)
|
|||
*
|
||||
* @param array $display_vars An array of existing config display vars
|
||||
* @param array $add_config_vars An array of new config display vars
|
||||
* @param array $where Where to place the new config vars,
|
||||
* before or after an exisiting config, as an array
|
||||
* @param array $where Where to place the new config vars,
|
||||
* before or after an exisiting config, as an array
|
||||
* of the form: array('after' => 'config_name')
|
||||
* @return array The array of config display vars
|
||||
*/
|
||||
|
@ -679,6 +679,6 @@ function insert_config_array($display_vars, $add_config_vars, $where)
|
|||
array_slice($display_vars, $position)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
return $display_vars;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue