From 701c570e82a489e13f50feaa3ba0cb7d101875f7 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Sun, 3 Nov 2019 08:22:03 +0100
Subject: [PATCH] Issue #3091955 by saidatom, Chi: Wrong reference in
 Drupal\Core\TypedData\OptionsProviderInterface

---
 core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php b/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php
index 937e542a9a8c..c429a63c2ef4 100644
--- a/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php
+++ b/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php
@@ -24,7 +24,7 @@
  * specified. In that case, the allowed values and options apply to the main
  * property only.
  *
- * @see \Drupal\options\Plugin\Field\FieldWidget\OptionsWidgetBase
+ * @see \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase
  */
 interface OptionsProviderInterface {
 
-- 
GitLab