diff --git a/core/modules/field/lib/Drupal/field/Annotation/FieldFormatter.php b/core/modules/field/lib/Drupal/field/Annotation/FieldFormatter.php index a8da5b8..3a78d5b 100644 --- a/core/modules/field/lib/Drupal/field/Annotation/FieldFormatter.php +++ b/core/modules/field/lib/Drupal/field/Annotation/FieldFormatter.php @@ -76,8 +76,9 @@ class FieldFormatter extends Plugin { public $settings = array(); /** - * An integer to determine the weight of this formatter relative to other formatters - * in the Field UI when selecting a formatter for a given field instance. + * An integer to determine the weight of this formatter relative to other + * formatters in the Field UI when selecting a formatter for a given field + * instance. * * @var int optional */