diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php index 92bf41e..0ec0b85 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php @@ -88,9 +88,9 @@ * Plugins may override this attribute if they wish to use some other theme * function to render the grouping set. * - * @see \Drupal\views\Plugin\views\style\StylePluginBase::render_grouping_sets() - * * @var string + * + * @see \Drupal\views\Plugin\views\style\StylePluginBase::render_grouping_sets() */ protected $groupingTheme = 'views_view_grouping';