Completed
Push — master ( e7d339...709f36 )
by Timur
02:11
created
src/AbstractForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
     public function extraAttributes(array $attributes = [])
115 115
     {
116 116
         return collect($this->onlyExtraAttributes($attributes))
117
-            ->map(function (string $value, string $attribute) {
117
+            ->map(function(string $value, string $attribute) {
118 118
                 return $attribute.'="'.$value.'"';
119 119
             })
120 120
             ->implode(' ');
Please login to merge, or discard this patch.