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.