Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / entity_test / src / Plugin / Field / FieldWidget / ShapeOnlyColorEditableWidget.php
index ae5dd3039d9d075ae5d63da8d051d9871b6d2fc9..6283bc3cea9ca9b9430239eecf797736d478d3a9 100644 (file)
@@ -25,7 +25,7 @@ class ShapeOnlyColorEditableWidget extends WidgetBase {
   public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, FormStateInterface $form_state) {
     $element['shape'] = [
       '#type' => 'hidden',
-      '#value' => $items[$delta]->shape
+      '#value' => $items[$delta]->shape,
     ];
 
     $element['color'] = [