diff --git a/core/lib/Drupal/Core/Session/AccountInterface.php b/core/lib/Drupal/Core/Session/AccountInterface.php index fa437c0..9062cfe 100644 --- a/core/lib/Drupal/Core/Session/AccountInterface.php +++ b/core/lib/Drupal/Core/Session/AccountInterface.php @@ -8,10 +8,7 @@ namespace Drupal\Core\Session; /** - * Defines an account interface which represents the current user. - * - * Defines an object that has a user id, roles and can have session data. The - * interface is implemented both by the global session and the user entity. + * Defines an interface which represents the current user account. * * @ingroup user_api */