Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Plugin / views / ViewsHandlerInterface.php
index 075d888f533fbb1d2f2dc411e0e87bd993da17cf..d54ce38e663775b57e4c2fd4c9a409d7cb5d5b1e 100644 (file)
@@ -44,7 +44,7 @@ interface ViewsHandlerInterface extends ViewsPluginInterface {
   /**
    * Check whether given user has access to this handler.
    *
-   * @param AccountInterface $account
+   * @param \Drupal\Core\Session\AccountInterface $account
    *   The user account to check.
    *
    * @return bool