diff --git a/core/modules/views/src/Plugin/views/PluginBase.php b/core/modules/views/src/Plugin/views/PluginBase.php index 763130d..4d3e574 100644 --- a/core/modules/views/src/Plugin/views/PluginBase.php +++ b/core/modules/views/src/Plugin/views/PluginBase.php @@ -565,7 +565,3 @@ public static function queryLanguageSubstitutions() { return $changes; } } - -/** - * @} End of "defgroup views_field_handlers". - */ diff --git a/core/modules/views/src/Plugin/views/field/FieldPluginBase.php b/core/modules/views/src/Plugin/views/field/FieldPluginBase.php index 6d4badf..6489669 100644 --- a/core/modules/views/src/Plugin/views/field/FieldPluginBase.php +++ b/core/modules/views/src/Plugin/views/field/FieldPluginBase.php @@ -1730,3 +1730,7 @@ protected function getRenderer() { } } + +/** + * @} End of "defgroup views_field_handlers". + */ diff --git a/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php b/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php index 8f163ad..bb12a1f 100644 --- a/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php +++ b/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @@ -24,7 +24,6 @@ /** * @coversDefaultClass \Drupal\views\Plugin\views\field\FieldPluginBase * @group views - * @group larowlan */ class FieldPluginBaseTest extends UnitTestCase {