@@ -38,7 +38,7 @@ |
||
38 | 38 | ?array $attributes = null, |
39 | 39 | ?string $tag = null |
40 | 40 | ) { |
41 | - $attributes ??= []; |
|
41 | + $attributes ??= []; |
|
42 | 42 | $attributes = Attributes::addItem($attributes, Html5::ATTR_ID, $inputId); |
43 | 43 | if (!in_array(Html5::ATTR_ROWS, $attributes)) { |
44 | 44 | $attributes = Attributes::addItem($attributes, Html5::ATTR_ROWS, static::DEFAULT_ROW); |