Skip to content

Commit 9f03f9d

Browse files
mariachaMaria Fisher
and
Maria Fisher
authored
Issue #35 PHP 7.4 warning. (#36)
Co-authored-by: Maria Fisher <[email protected]>
1 parent 9b5cdd1 commit 9f03f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/Field/FieldWidget/ViewModeSelectorIcons.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function formElement(FieldItemListInterface $items, $delta, array $elemen
141141
}
142142

143143
// Use the generated markup as our label value.
144-
$element['value']['#options'][$view_mode] = implode($output, '');
144+
$element['value']['#options'][$view_mode] = implode('', $output);
145145
}
146146

147147
return $element;

0 commit comments

Comments
 (0)