From 872ef36bb8da1599afa2a43331f06b720ed34fb9 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sun, 27 Sep 2015 15:52:08 +0200 Subject: [PATCH] Issue #2494551 by googletorp, joshi.rohit100, Nitebreed, cilefen: Wrong documentation for field formatter plugins namespaces --- core/modules/options/src/Tests/OptionsFormattersTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/options/src/Tests/OptionsFormattersTest.php b/core/modules/options/src/Tests/OptionsFormattersTest.php index e8c6f76360d8..8d97ab433a87 100644 --- a/core/modules/options/src/Tests/OptionsFormattersTest.php +++ b/core/modules/options/src/Tests/OptionsFormattersTest.php @@ -11,8 +11,8 @@ * Tests the Options field type formatters. * * @group options - * @see \Drupal\options\Plugin\field\formatter\OptionsDefaultFormatter - * @see \Drupal\options\Plugin\field\formatter\OptionsKeyFormatter + * @see \Drupal\options\Plugin\Field\FieldFormatter\OptionsDefaultFormatter + * @see \Drupal\options\Plugin\Field\FieldFormatter\OptionsKeyFormatter */ class OptionsFormattersTest extends OptionsFieldUnitTestBase { -- GitLab