X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Fsrc%2FPlugin%2FAction%2FDeleteNode.php;fp=web%2Fcore%2Fmodules%2Fnode%2Fsrc%2FPlugin%2FAction%2FDeleteNode.php;h=c4d1aebe0b3503213bb7c8dbe0be76ca26447314;hp=5bf5d9ec38eacccf387911efa1fa9ebad35c6569;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/node/src/Plugin/Action/DeleteNode.php b/web/core/modules/node/src/Plugin/Action/DeleteNode.php index 5bf5d9ec3..c4d1aebe0 100644 --- a/web/core/modules/node/src/Plugin/Action/DeleteNode.php +++ b/web/core/modules/node/src/Plugin/Action/DeleteNode.php @@ -45,7 +45,7 @@ class DeleteNode extends ActionBase implements ContainerFactoryPluginInterface { * The plugin implementation definition. * @param \Drupal\user\PrivateTempStoreFactory $temp_store_factory * The tempstore factory. - * @param AccountInterface $current_user + * @param \Drupal\Core\Session\AccountInterface $current_user * Current user. */ public function __construct(array $configuration, $plugin_id, $plugin_definition, PrivateTempStoreFactory $temp_store_factory, AccountInterface $current_user) {