removed extra line of whitespace
This commit is contained in:
parent
ecccafa319
commit
4fbe3fdd8f
|
|
@ -189,7 +189,6 @@ class Repeater extends FormWidgetBase
|
|||
if ($this->useGroups) {
|
||||
foreach ($value as $index => &$data) {
|
||||
$data['_group'] = $this->getGroupCodeFromIndex($index);
|
||||
|
||||
}
|
||||
// Make sure the $data reference is removed from memory so that the next loop won't modify it
|
||||
// which would cause the last item to receive the group code of the second-last item
|
||||
|
|
|
|||
Loading…
Reference in New Issue