diff --git a/core/lib/Drupal/Core/Session/AccountInterface.php b/core/lib/Drupal/Core/Session/AccountInterface.php index fa437c0..77f0c2f 100644 --- a/core/lib/Drupal/Core/Session/AccountInterface.php +++ b/core/lib/Drupal/Core/Session/AccountInterface.php @@ -10,8 +10,8 @@ /** * 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 object that has a user id, roles. The interface is implemented + * both by the global user account and the user entity. * * @ingroup user_api */