diff --git a/core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php b/core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php index 1ffc6d6a2e2..434a5034a85 100644 --- a/core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php +++ b/core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php @@ -142,7 +142,6 @@ class ViewsLocalTask extends DeriverBase implements ContainerDeriverInterface { * * @return array * A list of arrays containing the $view and $display_id. - * * @code * array( * array($view, $display_id),