Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / action / src / Form / ActionAdminManageForm.php
index 627e1ed327e585a3763ec6b9b7ffb87f0870287a..51fdfabdb3b051720186f7c6964fc2ae59c9ca39 100644 (file)
@@ -72,7 +72,7 @@ class ActionAdminManageForm extends FormBase {
       '#empty_option' => $this->t('- Select -'),
     ];
     $form['parent']['actions'] = [
-      '#type' => 'actions'
+      '#type' => 'actions',
     ];
     $form['parent']['actions']['submit'] = [
       '#type' => 'submit',