From ca8b0ccd735a318a339db81916fe1b200f718b34 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 21 Jan 2016 14:44:58 +0000 Subject: [PATCH] Issue #2650072 by naveenvalecha, martin107: MessageAction::__construct has duplicate @param definition --- core/modules/action/src/Plugin/Action/MessageAction.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/action/src/Plugin/Action/MessageAction.php b/core/modules/action/src/Plugin/Action/MessageAction.php index f754405e64d0..c8478ffc45c2 100644 --- a/core/modules/action/src/Plugin/Action/MessageAction.php +++ b/core/modules/action/src/Plugin/Action/MessageAction.php @@ -28,6 +28,8 @@ class MessageAction extends ConfigurableActionBase implements ContainerFactoryPluginInterface { /** + * The token service. + * * @var \Drupal\Core\Utility\Token */ protected $token; @@ -48,10 +50,8 @@ class MessageAction extends ConfigurableActionBase implements ContainerFactoryPl * The plugin_id for the plugin instance. * @param mixed $plugin_definition * The plugin implementation definition. - * @param \Drupal\Core\Utility\Token - * The token service. * @param \Drupal\Core\Utility\Token $token - * The token replacement service. + * The token service. * @param \Drupal\Core\Render\RendererInterface $renderer * The renderer. */ -- GitLab