From b5500b6129a2045e1eb80c760b8eaac7afa08b46 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 9 Mar 2015 10:44:31 +0000 Subject: [PATCH] Issue #2442339 followup by mrjmd: ViewsLocalTask param annotation bug --- core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php | 1 - 1 file changed, 1 deletion(-) 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),