Passed
Pull Request — master (#11)
by Enjoys
04:13 queued 01:43
created
src/Traits/Fill.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,10 +76,10 @@  discard block
 block discarded – undo
76 76
             /** @var AttributeCollection $fillCollection */
77 77
             $fillCollection = $element->getAttributeCollection('fill');
78 78
             foreach ($fillCollection as $attr) {
79
-              //  if (in_array($attr->getName(), ['id', 'name', 'disabled', 'readonly'])) {
79
+                //  if (in_array($attr->getName(), ['id', 'name', 'disabled', 'readonly'])) {
80 80
                     $element->setAttr($attr);
81
-                 //   $fillCollection->remove($attr);
82
-               // }
81
+                    //   $fillCollection->remove($attr);
82
+                // }
83 83
             }
84 84
 
85 85
 
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     }
128 128
 
129 129
     /**
130
- * @param  array<Fillable&Element> $elements
130
+     * @param  array<Fillable&Element> $elements
131 131
      * @return Fillable
132 132
      */
133 133
     public function addElements(array $elements): Fillable
Please login to merge, or discard this patch.