Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / field_ui / src / Form / EntityViewDisplayEditForm.php
index bd82d682907b4cf6d8b3a5ec87896c0f5fec8d52..36499af31553bca8cafa7f707977805292a02d41 100644 (file)
@@ -73,8 +73,8 @@ class EntityViewDisplayEditForm extends EntityDisplayFormBase {
     // Insert an empty placeholder for the label column.
     $label = [
       'empty_cell' => [
-        '#markup' => ' '
-      ]
+        '#markup' => ' ',
+      ],
     ];
     $label_position = array_search('plugin', array_keys($extra_field_row));
     $extra_field_row = array_slice($extra_field_row, 0, $label_position, TRUE) + $label + array_slice($extra_field_row, $label_position, count($extra_field_row) - 1, TRUE);