Passed
Push — main ( ed4691...23ac75 )
by Peter
09:14
created
src/Form/Element/Textarea.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.