Passed
Push — master ( c61cdb...fa6bc8 )
by Peter
03:00
created
src/Form/Element/Textarea.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             $attributes[Html5::ATTR_ROWS] = static::DEFAULT_ROW;
45 45
         }
46 46
 
47
-        $attributes[Html5::ATTR_NAME]  = $name;
47
+        $attributes[Html5::ATTR_NAME] = $name;
48 48
 
49 49
         parent::__construct(null, $intents, $attributes, $tag);
50 50
 
Please login to merge, or discard this patch.