Skip to content
Snippets Groups Projects
Commit ca8b0ccd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2650072 by naveenvalecha, martin107: MessageAction::__construct has...

Issue #2650072 by naveenvalecha, martin107: MessageAction::__construct has duplicate @param definition
parent a5db9246
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
class MessageAction extends ConfigurableActionBase implements ContainerFactoryPluginInterface { class MessageAction extends ConfigurableActionBase implements ContainerFactoryPluginInterface {
/** /**
* The token service.
*
* @var \Drupal\Core\Utility\Token * @var \Drupal\Core\Utility\Token
*/ */
protected $token; protected $token;
...@@ -48,10 +50,8 @@ class MessageAction extends ConfigurableActionBase implements ContainerFactoryPl ...@@ -48,10 +50,8 @@ class MessageAction extends ConfigurableActionBase implements ContainerFactoryPl
* The plugin_id for the plugin instance. * The plugin_id for the plugin instance.
* @param mixed $plugin_definition * @param mixed $plugin_definition
* The plugin implementation definition. * The plugin implementation definition.
* @param \Drupal\Core\Utility\Token
* The token service.
* @param \Drupal\Core\Utility\Token $token * @param \Drupal\Core\Utility\Token $token
* The token replacement service. * The token service.
* @param \Drupal\Core\Render\RendererInterface $renderer * @param \Drupal\Core\Render\RendererInterface $renderer
* The renderer. * The renderer.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment