Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / user / src / Plugin / Action / CancelUser.php
index 140ef42e2f29c4ed85b01c742d6fc68dfd599d28..60ae15686e0293ab1c188bfd0d7598c84c6d25ea 100644 (file)
@@ -45,7 +45,7 @@ class CancelUser 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) {