Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / content_moderation / src / Form / ContentModerationConfigureForm.php
index 6006c9abcbb491f50c4efc6a7214d2c5c5da81c2..274b9f8e3784fa8b1d41d47fc7cda3d51e4c73db 100644 (file)
@@ -68,7 +68,7 @@ class ContentModerationConfigureForm extends WorkflowTypeConfigureFormBase imple
 
     $header = [
       'type' => $this->t('Items'),
-      'operations' => $this->t('Operations')
+      'operations' => $this->t('Operations'),
     ];
     $form['entity_types_container'] = [
       '#type' => 'details',
@@ -108,7 +108,7 @@ class ContentModerationConfigureForm extends WorkflowTypeConfigureFormBase imple
             'label' => $this->t('@bundle types', ['@bundle' => $entity_type->getLabel()]),
             'entity_type_id' => $entity_type->id(),
             'selected_bundles' => $selected_bundles_list,
-          ]
+          ],
         ],
         'operations' => [
           '#type' => 'operations',