diff --git a/core/modules/user/lib/Drupal/user/EntityOwnerInterface.php b/core/modules/user/lib/Drupal/user/EntityOwnerInterface.php index 81d4ac26577..38a4e919cb4 100644 --- a/core/modules/user/lib/Drupal/user/EntityOwnerInterface.php +++ b/core/modules/user/lib/Drupal/user/EntityOwnerInterface.php @@ -31,8 +31,7 @@ interface EntityOwnerInterface { * @param \Drupal\user\UserInterface $account * The owner user entity. * - * @return self - * The called entity. + * @return $this */ public function setOwner(UserInterface $account); @@ -50,8 +49,7 @@ interface EntityOwnerInterface { * @param int $uid * The owner user id. * - * @return self - * The called entity. + * @return $this */ public function setOwnerId($uid);