From 87aa99709702bef03ff8222452fa40969cb93bb0 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 18 Sep 2018 22:33:04 +0100 Subject: [PATCH] Issue #2999012 by LOBsTerr: Action plugins have the wrong comments for contructors --- core/modules/action/src/Plugin/Action/GotoAction.php | 2 +- core/modules/user/src/Plugin/Action/CancelUser.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/action/src/Plugin/Action/GotoAction.php b/core/modules/action/src/Plugin/Action/GotoAction.php index 13a9a0d404d..ce9a4e3f6ee 100644 --- a/core/modules/action/src/Plugin/Action/GotoAction.php +++ b/core/modules/action/src/Plugin/Action/GotoAction.php @@ -40,7 +40,7 @@ class GotoAction extends ConfigurableActionBase implements ContainerFactoryPlugi protected $unroutedUrlAssembler; /** - * Constructs a new DeleteNode object. + * Constructs a GotoAction object. * * @param array $configuration * A configuration array containing information about the plugin instance. diff --git a/core/modules/user/src/Plugin/Action/CancelUser.php b/core/modules/user/src/Plugin/Action/CancelUser.php index e9726b436d7..0fa74c021bc 100644 --- a/core/modules/user/src/Plugin/Action/CancelUser.php +++ b/core/modules/user/src/Plugin/Action/CancelUser.php @@ -35,7 +35,7 @@ class CancelUser extends ActionBase implements ContainerFactoryPluginInterface { protected $currentUser; /** - * Constructs a DeleteNode object. + * Constructs a CancelUser object. * * @param array $configuration * A configuration array containing information about the plugin instance.