X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FField%2FPlugin%2FField%2FFieldWidget%2FOptionsWidgetBase.php;h=a559d9e870b34c2c5c3bc9b801f9e8717e60c078;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=bb773cdeabfc2266f8e17199babd0d34cd9a254d;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php index bb773cdea..a559d9e87 100644 --- a/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php +++ b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php @@ -193,6 +193,6 @@ abstract class OptionsWidgetBase extends WidgetBase { * @return string|null * Either a label of the empty option, or NULL. */ - protected function getEmptyLabel() { } + protected function getEmptyLabel() {} }