mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 16:05:00 +02:00
[ticket/12841] Fix white space issues reported by sniffer
PHPBB3-12841
This commit is contained in:
parent
95032c31af
commit
14979e6399
@ -663,8 +663,8 @@ function validate_range($value_ary, &$error)
|
|||||||
*
|
*
|
||||||
* @param array $display_vars An array of existing config display vars
|
* @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 $add_config_vars An array of new config display vars
|
||||||
* @param array $where Where to place the new config vars,
|
* @param array $where Where to place the new config vars,
|
||||||
* before or after an exisiting config, as an array
|
* before or after an exisiting config, as an array
|
||||||
* of the form: array('after' => 'config_name')
|
* of the form: array('after' => 'config_name')
|
||||||
* @return array The array of config display vars
|
* @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)
|
array_slice($display_vars, $position)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $display_vars;
|
return $display_vars;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user