Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / node / src / Plugin / Action / DeleteNode.php
index 5bf5d9ec38eacccf387911efa1fa9ebad35c6569..c4d1aebe0b3503213bb7c8dbe0be76ca26447314 100644 (file)
@@ -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) {