diff --git a/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php b/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php index 47a45cf..c7e1dc1 100644 --- a/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php +++ b/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php @@ -24,7 +24,7 @@ * }, * settings = { * "progress_indicator" = "throbber" - * }, + * } * ) */ class FileWidget extends WidgetBase { diff --git a/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php b/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php index cf01fb8..5f2e896 100644 --- a/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php +++ b/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php @@ -25,7 +25,7 @@ * settings = { * "progress_indicator" = "throbber", * "preview_image_style" = "thumbnail", - * }, + * } * ) */ class ImageWidget extends FileWidget {