diff --git a/core/lib/Drupal/Core/Field/WidgetBase.php b/core/lib/Drupal/Core/Field/WidgetBase.php index d61aff1..4d3d666 100644 --- a/core/lib/Drupal/Core/Field/WidgetBase.php +++ b/core/lib/Drupal/Core/Field/WidgetBase.php @@ -545,8 +545,8 @@ public static function isApplicable(FieldDefinitionInterface $field_definition) * @param \Drupal\Core\Form\FormStateInterface $form_state * The current state of the form. * - * @return bool TRUE if a widget used to input default value, FALSE otherwise. - * TRUE if a widget used to input default value, FALSE otherwise. + * @return bool + * TRUE if a widget used to input default value, FALSE otherwise. */ protected function isDefaultValueWidget(FormStateInterface $form_state) { return (bool) $form_state->get('default_value_widget');