@@ -76,10 +76,10 @@ discard block |
||
| 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 |
||
| 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 |