diff --git a/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBaseInterface.php b/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBaseInterface.php index 9699a23..da4e7d7 100644 --- a/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBaseInterface.php +++ b/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBaseInterface.php @@ -14,8 +14,8 @@ * Base interface definition for "Field widget" plugins. * * This interface details base wrapping methods that most widget implementations - * will want to directly inherit from \Drupal\field\Plugin\Type\Widget\WidgetBase. - * See \Drupal\field\Plugin\Type\Widget\WidgetInterface for methods that will more + * will want to directly inherit from Drupal\field\Plugin\Type\Widget\WidgetBase. + * See Drupal\field\Plugin\Type\Widget\WidgetInterface for methods that will more * likely be overriden. */ interface WidgetBaseInterface extends PluginSettingsInterface { diff --git a/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetInterface.php b/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetInterface.php index e4c83e6..e067dbb 100644 --- a/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetInterface.php +++ b/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetInterface.php @@ -14,9 +14,9 @@ * Interface definition for field widget plugins. * * This interface details the methods that most plugin implementations will want - * to override. See \Drupal\field\Plugin\Type\Widget\WidgetBaseInterface for base + * to override. See Drupal\field\Plugin\Type\Widget\WidgetBaseInterface for base * wrapping methods that should most likely be inherited directly from - * \Drupal\field\Plugin\Type\Widget\WidgetBase.. + * Drupal\field\Plugin\Type\Widget\WidgetBase.. */ interface WidgetInterface extends WidgetBaseInterface {