Skip to content

Commit 87f0b67

Browse files
refromatting
1 parent d4c0e32 commit 87f0b67

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/Bllim/Laravalid/FormBuilder.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,8 @@ public function textarea($name, $value = null, $options = [])
119119
/**
120120
* @see Illuminate\Html\FormBuilder
121121
*/
122-
public function select(
123-
$name,
124-
$list = [],
125-
$selected = null,
126-
array $selectAttributes = [],
127-
array $optionsAttributes = []
128-
){
122+
public function select($name, $list = [], $selected = null, array $selectAttributes = [], array $optionsAttributes = [])
123+
{
129124
$optionsAttributes = $this->converter->convert(Helper::getFormAttribute($name)) + $optionsAttributes;
130125
$selectAttributes = $this->converter->convert(Helper::getFormAttribute($name)) + $selectAttributes;
131126

0 commit comments

Comments
 (0)