1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[task/code-sniffer] Fix argument list spacing.

PHPBB3-11980
This commit is contained in:
Andreas Fischer
2013-10-29 21:31:07 +01:00
parent d326a49fd0
commit 02e9f6e284
4 changed files with 4 additions and 4 deletions

View File

@@ -691,7 +691,7 @@ class module
/**
* Generate the relevant HTML for an input field and the associated label and explanatory text
*/
function input_field($name, $type, $value='', $options='')
function input_field($name, $type, $value = '', $options = '')
{
global $lang;
$tpl_type = explode(':', $type);